Skip to content

Commit

Permalink
Fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrataj authored Jul 2, 2021
1 parent 82e31aa commit 9ec7935
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 @@ -12,7 +12,7 @@ LABEL com.whoopsmonitor.env.WM_SMTP_PASSWORD=""
LABEL com.whoopsmonitor.env.WM_SMTP_FROM=""
LABEL com.whoopsmonitor.env.WM_SMTP_TO=""

RUN apk add openssl=1.1.1g-r0 --no-cache
RUN apk add openssl=1.1.1k-r0 --no-cache

WORKDIR /app
COPY ./src/index.js ./index.js
Expand Down

0 comments on commit 9ec7935

Please # to comment.