Update Dockerfile

This commit is contained in:
Alexandre
2021-10-06 21:39:15 +02:00
committed by GitHub
parent 5e7b4a46cc
commit 71bac2020e

View File

@@ -1,5 +1,5 @@
ARG BUILD_FROM
FROM alpine:3.1.4
FROM alpine:3.1.3
RUN apk add --no-cache ca-certificates libstdc++ su-exec libpq
RUN set -eux; \