We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3c4f81 + bdf9a93 commit 498840fCopy full SHA for 498840f
postgres/Dockerfile
@@ -1,12 +1,12 @@
1
-FROM docker.io/wodby/postgres:16-1.32.0
+FROM docker.io/wodby/postgres:16-1.33.2
2
3
ARG BUILD_REV
4
ARG BUILD_DATE
5
LABEL org.opencontainers.image.title="alwatr/postgres" \
6
org.opencontainers.image.description="Alpine-based PostgreSQL container image with orchestrations, packaged by Alwatr." \
7
- org.opencontainers.image.base.name="docker.io/wodby/postgres:15-1.32.0" \
+ org.opencontainers.image.base.name="docker.io/wodby/postgres:16-1.33.2" \
8
org.opencontainers.image.version="16.1" \
9
- org.opencontainers.image.ref.name="15-1.32.0" \
+ org.opencontainers.image.ref.name="16.1.32.0" \
10
org.opencontainers.image.licenses="MIT" \
11
org.opencontainers.image.created=${BUILD_DATE} \
12
org.opencontainers.image.revision=${BUILD_REV} \
0 commit comments