We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b876bee commit bdf9a93Copy full SHA for bdf9a93
postgres/Dockerfile
@@ -4,9 +4,9 @@ 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