Skip to content

Commit

Permalink
Update postgres Docker tag to v17.2 (#9981)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 6069ca0 commit 025c15a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ services:
retries: 15

postgres:
image: postgres:17.1
image: postgres:17.2
ports:
- "5432:5432"
# set shared memory limit when using docker-compose
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dockerfile to provide the image name and tag to a test.
# Version is managed by Renovate - do not edit.
FROM postgres:17.1-alpine
FROM postgres:17.2-alpine
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dockerfile to provide the image name and tag to a test.
# Version is managed by Renovate - do not edit.
FROM postgres:17.1-alpine
FROM postgres:17.2-alpine
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dockerfile to provide the image name and tag to a test.
# Version is managed by Renovate - do not edit.
FROM postgres:17.1-alpine
FROM postgres:17.2-alpine

0 comments on commit 025c15a

Please sign in to comment.