Skip to content

Commit

Permalink
MAP-1280 Switch to global pem for certificate upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
danbenton-mojdt committed Jun 18, 2024
1 parent 3fc8064 commit 3ea09ad
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 @@ -9,7 +9,7 @@ RUN apt-get -y install g++ make python3 curl && rm -rf /var/lib/apt/lists/*

WORKDIR /app

RUN curl https://s3.amazonaws.com/rds-downloads/rds-ca-2019-root.pem \
RUN curl https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem \
> /app/root.cert

COPY . .
Expand Down

0 comments on commit 3ea09ad

Please sign in to comment.