Skip to content

Commit

Permalink
Bump docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Wang committed Jan 14, 2021
1 parent 936fcf1 commit ba6ff6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: .
dockerfile: db/Dockerfile
image: icees-api-db:0.4.0
image: icees-api-db:0.5.0
container_name: ${ICEES_API_INSTANCE_NAME}-db
env_file:
- .env
Expand All @@ -22,7 +22,7 @@ services:
server:
build:
context: .
image: icees-api-server:0.4.0
image: icees-api-server:0.5.0
container_name: ${ICEES_API_INSTANCE_NAME}-server
env_file:
- .env
Expand Down

0 comments on commit ba6ff6b

Please sign in to comment.