Skip to content

Commit

Permalink
docker: update aws rds cert
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Oct 20, 2023
1 parent 78e9b4d commit 4541edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.aggregator
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ COPY ./networks ./networks
COPY ./src ./src
COPY ./programs/aggregator.ts ./programs/aggregator.ts
RUN deno cache --unstable ./programs/aggregator.ts
ADD --chmod=664 --chown=deno https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem /aws/rds-ca.pem
ADD --chmod=664 --chown=deno https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /aws/rds-ca.pem
CMD [ "run", "--unstable", "-A", "--cert", "/aws/rds-ca.pem", "./programs/aggregator.ts"]

0 comments on commit 4541edc

Please sign in to comment.