Skip to content

Commit 96499bf

Browse files
authoredJul 9, 2021
fix: Dockerfile-package-base to reduce vulnerabilities (#56)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1246345
1 parent 8b04a72 commit 96499bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile-package-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.2-alpine
1+
FROM ruby:2.7.3-alpine
22

33
# Installation path
44
ENV HOME=/app

0 commit comments

Comments
 (0)
Please sign in to comment.