We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e962442 commit a34bb10Copy full SHA for a34bb10
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.7
+FROM alpine:3.21.0
2
RUN apk --update add postgresql-client && rm -rf /var/cache/apk/*
3
COPY . /
4
ENTRYPOINT ["./entrypoint.sh"]
0 commit comments