Skip to content

Commit d63e48d

Browse files
authored
chore: Remove AWS Cert hash check (#562)
* Hash update. * Remove hash check.
1 parent 2dcad9a commit d63e48d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ RUN apk add --no-cache --update curl
3434

3535
WORKDIR /root
3636

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 -
37+
RUN curl https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem -o aws-cert-bundle.pem
4038

4139
# add frontend assets compiled in node container, required by phx.digest
4240
COPY --from=assets-builder /root/priv/static ./priv/static

0 commit comments

Comments
 (0)