Skip to content

Commit f071d8d

Browse files
committed
Update to PG_PARTMAN 4.7.4
1 parent e157d98 commit f071d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ARG POSTGRESQL_VERSION="13"
22
FROM bitnami/postgresql:$POSTGRESQL_VERSION
33
LABEL org.opencontainers.image.source="https://github.com/dbsystel/postgresql-partman-container"
4-
ARG PARTMAN_VERSION="v4.7.3"
5-
ARG PARTMAN_CHECKSUM="c0db6784e2d337645d8a1a89eb947635e547eab2be24545ebc52f02ee98098648cc00ae86adf677b196023e9290522a30b87b02081f782bfc8de4bd30c39980c"
4+
ARG PARTMAN_VERSION="v4.7.4"
5+
ARG PARTMAN_CHECKSUM="28e4fdb83ecc16525959ae9593bfbfd077db429285f5f7d8e2468bfff6cbdbf2c81ace79a9ddeb4f00f51eb709163dbd713fe6b221a432ac2ff766f98d4cf8e4"
66
USER root
77
RUN install_packages wget gcc make build-essential
88
RUN cd /tmp \

0 commit comments

Comments
 (0)