Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v12.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 509f532 commit d7211f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.4'
services:
db:
# https://hub.docker.com/_/postgres
image: postgres:12.6-alpine@sha256:b5c57d326a4cb8cf2fd5cdedc758ed72146a69304ae434b177088b94a7c9e6b8
image: postgres:12.22-alpine@sha256:2fbf25729be140922fa7890f2d074c0f70fecb3d5f7dc20d1150d885f9dd6b47
expose:
- "5432"
ports:
Expand Down

0 comments on commit d7211f1

Please sign in to comment.