mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-06 06:35:37 +08:00
Merge pull request #1977 from nextcloud/dependabot/docker/Containers/postgresql/postgres-15.2-alpine
Bump postgres from 15.1-alpine to 15.2-alpine in /Containers/postgresql
This commit is contained in:
commit
0710b64899
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# From https://github.com/docker-library/postgres/blob/master/15/alpine/Dockerfile
|
||||
FROM postgres:15.1-alpine
|
||||
FROM postgres:15.2-alpine
|
||||
|
||||
RUN apk add --no-cache bash openssl shadow netcat-openbsd grep mawk
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue