Skip to content

Commit 9ec7935

Browse files
authored
Fix dep
1 parent 82e31aa commit 9ec7935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL com.whoopsmonitor.env.WM_SMTP_PASSWORD=""
1212
LABEL com.whoopsmonitor.env.WM_SMTP_FROM=""
1313
LABEL com.whoopsmonitor.env.WM_SMTP_TO=""
1414

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

1717
WORKDIR /app
1818
COPY ./src/index.js ./index.js

0 commit comments

Comments
 (0)