Skip to content

Commit d5b24b6

Browse files
authored
Merge pull request nextcloud#6395 from nextcloud/dependabot/docker/Containers/postgresql/postgres-16.9-alpine
build(deps): bump postgres from 16.8-alpine to 16.9-alpine in /Containers/postgresql
2 parents a5a7a97 + 89b9400 commit d5b24b6

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)