Skip to content

Commit

Permalink
Merge pull request #356 from hngprojects/bugfix/cached-images-for-doc…
Browse files Browse the repository at this point in the history
…ker-compose

chore: update the docker compose configs to use :latest
  • Loading branch information
ekedonald authored Aug 11, 2024
2 parents 1f0eeb2 + c30e218 commit 2e1c15b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
image: redis:latest

backend:
image: golang_prod
image: golang_prod:latest
build:
context: .
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- ../golang_volumes/redis_volumes/golang_staging/:/data

backend:
image: golang_staging
image: golang_staging:latest
build:
context: .
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- ../golang_volumes/redis_volumes/golang_dev/:/data

backend:
image: golang_dev
image: golang_dev:latest
build:
context: .
depends_on:
Expand Down

0 comments on commit 2e1c15b

Please sign in to comment.