Skip to content

Commit

Permalink
Update postgres Docker tag to v16.4 (#9311)
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 Aug 9, 2024
1 parent cd39aad commit 4d3d53e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/catalog-auth-s3-otel-jdbc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ services:
retries: 15

postgres:
image: postgres:16.3
image: postgres:16.4
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:16.3
FROM postgres:16.4
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:16.3
FROM postgres:16.4

0 comments on commit 4d3d53e

Please sign in to comment.