Skip to content

Commit 352627d

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435528 - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529
1 parent ce51e0e commit 352627d

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 ruby:3.4.8-alpine3.23
1+
FROM ruby:3.4.9-alpine3.23
22

33
ARG TERRAFYING_VERSION=0.0.0
44

0 commit comments

Comments
 (0)