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 d3f3813 commit f98b832Copy full SHA for f98b832
Dockerfile
@@ -1,5 +1,5 @@
1
# Use Alpine Linux as base image
2
-FROM alpine:3.17
+FROM alpine:edge
3
4
# Install libpq and gmp dependencies (dynamic libraries required by the project)
5
RUN apk update && apk add libpq gmp libffi
Dockerfile.build
@@ -1,4 +1,4 @@
RUN apk add --update ca-certificates openssl && update-ca-certificates
0 commit comments