Skip to content

Commit

Permalink
Merge pull request #5651 from nextcloud/dependabot/docker/Containers/…
Browse files Browse the repository at this point in the history
…postgresql/postgres-16.6-alpine

build(deps): bump postgres from 16.4-alpine to 16.6-alpine in /Containers/postgresql
  • Loading branch information
szaimen authored Nov 25, 2024
2 parents 960e4a8 + 8cce894 commit ce7b5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/postgresql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest
# From https://github.com/docker-library/postgres/blob/master/16/alpine3.20/Dockerfile
FROM postgres:16.4-alpine
FROM postgres:16.6-alpine

COPY --chmod=775 start.sh /start.sh
COPY --chmod=775 healthcheck.sh /healthcheck.sh
Expand Down

0 comments on commit ce7b5fd

Please sign in to comment.