diff --git a/postgres/build/Dockerfile b/postgres/build/Dockerfile index 6bfae6e..62631ed 100644 --- a/postgres/build/Dockerfile +++ b/postgres/build/Dockerfile @@ -24,7 +24,7 @@ USER root RUN apk add curl -RUN curl -L https://raw.githubusercontent.com/0k/pgm/0.0.3/bin/pgm > /bin/pgm && \ +RUN curl -L https://raw.githubusercontent.com/0k/pgm/0.0.4/bin/pgm > /bin/pgm && \ chmod +x /bin/pgm FROM common