Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update postgres docker tag to v12.17
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 5, 2024
1 parent 509f532 commit e4ceea4
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
@@ -3,7 +3,7 @@ version: '3.4'
services:
db:
# https://hub.docker.com/_/postgres
image: postgres:12.6-alpine@sha256:b5c57d326a4cb8cf2fd5cdedc758ed72146a69304ae434b177088b94a7c9e6b8
image: postgres:12.17-alpine@sha256:5506323b43d74c1e0dc167544fc7a926a368daab538a9d8a1ddd102bab5eaec7
expose:
- "5432"
ports:

0 comments on commit e4ceea4

Please sign in to comment.