Skip to content

Commit

Permalink
Added updated ca-certificates to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrudnik committed Jun 17, 2022
1 parent 1201649 commit 1a27cad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ COPY package* ./

RUN set -ex \
&& apk --no-cache upgrade \
&& apk --no-cache add curl \
&& npm install
&& apk --no-cache add curl ca-certificates \
&& update-ca-certificates \
&& npm install

COPY index.js ./index.js

Expand Down

0 comments on commit 1a27cad

Please sign in to comment.