We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcad9a commit d63e48dCopy full SHA for d63e48d
Dockerfile
@@ -34,9 +34,7 @@ RUN apk add --no-cache --update curl
34
35
WORKDIR /root
36
37
-RUN curl https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem \
38
- -o aws-cert-bundle.pem
39
-RUN echo "ed2b625ceeca0ebacf413972c33acbeb65a6c6b94d0c6434f1bb006cd4904ede aws-cert-bundle.pem" | sha256sum -c -
+RUN curl https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem -o aws-cert-bundle.pem
40
41
# add frontend assets compiled in node container, required by phx.digest
42
COPY --from=assets-builder /root/priv/static ./priv/static
0 commit comments