Skip to content

Commit

Permalink
docker/dev: Use postgres 15
Browse files Browse the repository at this point in the history
Signed-off-by: Woomymy <woomy@woomy.be>
  • Loading branch information
Woomymy committed Feb 5, 2023
1 parent 49130b6 commit 8f3ecf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- "../.env"
tty: true
db:
image: "postgres:14.2-alpine"
image: "postgres:15.1-alpine"
env_file:
- "../.env"
volumes:
Expand Down

0 comments on commit 8f3ecf9

Please # to comment.