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 e4e9b1b commit 385334eCopy full SHA for 385334e
ex_cubic_ingestion/Dockerfile
@@ -29,7 +29,7 @@ RUN curl https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem \
29
-o priv/aws-cert-bundle.pem
30
RUN sha256sum priv/aws-cert-bundle.pem
31
# run SHA256 sum check
32
-RUN echo "05c6b4a9bf4daa95c888711481e19cc8e2e11aed4de8db759f51f4a6fce64917 priv/aws-cert-bundle.pem" | sha256sum -c -
+RUN echo "5fa49cac7e6e9202ef85331c6f83377a71339d692d5644c9417a2d81406f0c03 priv/aws-cert-bundle.pem" | sha256sum -c -
33
34
RUN mix release
35
0 commit comments