Skip to content

Commit

Permalink
chore(docker-compose): use dev image for docker-compose-non-dev.yml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nytai authored Apr 27, 2021
1 parent 20ab086 commit 1ec743f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-non-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
x-superset-image: &superset-image apache/superset:latest
x-superset-image: &superset-image apache/superset:latest-dev
x-superset-depends-on: &superset-depends-on
- db
- redis
Expand All @@ -26,7 +26,7 @@ x-superset-volumes: &superset-volumes
version: "3.7"
services:
redis:
image: redis:6.2
image: redis:latest
container_name: superset_cache
restart: unless-stopped
volumes:
Expand Down

1 comment on commit 1ec743f

@FlorentCap
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, wouldn't it now be better to change the superset image tag to docker-compose-non-dev.yml. Replace latest-dev with latest?

Please sign in to comment.