We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d6d9b commit 28417c2Copy full SHA for 28417c2
image/db/alpine/Dockerfile
@@ -1,5 +1,7 @@
1
FROM postgres:12-alpine
2
3
+RUN apk upgrade
4
+
5
COPY ./*.conf /etc/
6
7
COPY ./dump/definitions.sql.gz /docker-entrypoint-initdb.d/
0 commit comments