Skip to content

Commit

Permalink
Update docker base images (cvat-ai#950)
Browse files Browse the repository at this point in the history
Don't fix minor/patch version to get security updates and bug fixes.
  • Loading branch information
a-andre authored and Chris Lee-Messer committed Mar 5, 2020
1 parent c4288d9 commit 9b59de9
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 @@ -8,7 +8,7 @@ version: "2.3"
services:
cvat_db:
container_name: cvat_db
image: postgres:10.3-alpine
image: postgres:10-alpine
networks:
default:
aliases:
Expand All @@ -22,7 +22,7 @@ services:

cvat_redis:
container_name: cvat_redis
image: redis:4.0.5-alpine
image: redis:4.0-alpine
networks:
default:
aliases:
Expand Down

0 comments on commit 9b59de9

Please sign in to comment.