Skip to content

Commit 5483542

Browse files
airvzxfsnyk-bot
andauthored
fix: Dockerfile to reduce vulnerabilities (#11)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-6069876 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-6069876 Co-authored-by: snyk-bot <[email protected]>
1 parent 43fdbd5 commit 5483542

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
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16.7
1+
FROM alpine:3.18.5
22

33
RUN apk add --no-cache lftp
44

0 commit comments

Comments
 (0)