Skip to content

Commit

Permalink
Merge pull request #2 from jakob-nielsen-dfds/chore/update_rds_ca_cer…
Browse files Browse the repository at this point in the history
…tificates

Use updated RDS Certificate Authority bundle
  • Loading branch information
SEQUOIIA authored Apr 4, 2024
2 parents 713f3a4 + ee8aca9 commit 05e8234
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 @@ -2,7 +2,7 @@ FROM alpine:latest

RUN apk --update add postgresql-client ca-certificates \
&& rm -rf /var/cache/apk/* \
&& wget https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem -O /tmp/rds-combined-ca-bundle.pem \
&& wget https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem -O /tmp/rds-combined-ca-bundle.pem \
&& mv /tmp/rds-combined-ca-bundle.pem /usr/local/share/ca-certificates/rds-combined-ca-bundle.crt \
&& update-ca-certificates

Expand Down

0 comments on commit 05e8234

Please sign in to comment.