Skip to content

Commit 03b58f7

Browse files
MSeveysnyk-bot
andauthoredJul 24, 2023
fix: networks/local/localnode/Dockerfile to reduce vulnerabilities (#1042)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 Co-authored-by: snyk-bot <[email protected]>
1 parent c3ab251 commit 03b58f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎networks/local/localnode/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.7
1+
FROM alpine:3.14
22

33
RUN apk update && \
44
apk upgrade && \

0 commit comments

Comments
 (0)
Please sign in to comment.