Skip to content

Commit 89b9400

Browse files
build(deps): bump postgres in /Containers/postgresql
Bumps postgres from 16.8-alpine to 16.9-alpine. --- updated-dependencies: - dependency-name: postgres dependency-version: 16.9-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0248bf commit 89b9400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containers/postgresql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:latest
22
# From https://github.com/docker-library/postgres/blob/master/16/alpine3.21/Dockerfile
3-
FROM postgres:16.8-alpine
3+
FROM postgres:16.9-alpine
44

55
COPY --chmod=775 start.sh /start.sh
66
COPY --chmod=775 healthcheck.sh /healthcheck.sh

0 commit comments

Comments
 (0)