Skip to content

Commit

Permalink
chore: update cert bundle hash (#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemald authored Jul 28, 2023
1 parent ba0462e commit a78e007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WORKDIR /root

RUN curl https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem \
-o aws-cert-bundle.pem
RUN echo "fefac91d6800404461cece76724bc0a2383f4f556a1c9beb0813fac6f2e1e49f aws-cert-bundle.pem" | sha256sum -c -
RUN echo "2c151768edd48e9ef6719de74fdcbdebe290d1e87bc02ce9014ea6eea557d2a0 aws-cert-bundle.pem" | sha256sum -c -

# Add frontend assets compiled in node container, required by phx.digest
COPY --from=assets-builder /root/priv/static ./priv/static
Expand Down

0 comments on commit a78e007

Please sign in to comment.