Skip to content

Commit

Permalink
feat: set postgres to latest 15.4 alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-rm-meyer-ISST committed Nov 3, 2023
1 parent 7fba7dc commit a96353f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ services:
- ./vault/secrets:${VAULT_SECRETS_DIR}

postgres:
image: postgres:alpine
image: postgres:15.4-alpine
container_name: postgres
environment:
POSTGRES_DB: edc
Expand Down

0 comments on commit a96353f

Please sign in to comment.