Skip to content

Commit 498840f

Browse files
authored
chore(deps): bump wodby/postgres from 16-1.32.0 to 16-1.33.2 in /postgres (#78)
2 parents f3c4f81 + bdf9a93 commit 498840f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postgres/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM docker.io/wodby/postgres:16-1.32.0
1+
FROM docker.io/wodby/postgres:16-1.33.2
22

33
ARG BUILD_REV
44
ARG BUILD_DATE
55
LABEL org.opencontainers.image.title="alwatr/postgres" \
66
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" \
7+
org.opencontainers.image.base.name="docker.io/wodby/postgres:16-1.33.2" \
88
org.opencontainers.image.version="16.1" \
9-
org.opencontainers.image.ref.name="15-1.32.0" \
9+
org.opencontainers.image.ref.name="16.1.32.0" \
1010
org.opencontainers.image.licenses="MIT" \
1111
org.opencontainers.image.created=${BUILD_DATE} \
1212
org.opencontainers.image.revision=${BUILD_REV} \

0 commit comments

Comments
 (0)