Skip to content

Commit b33de58

Browse files
committed
fix: template/Dockerfile.alpine to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082
1 parent 1ce1871 commit b33de58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.12
1+
FROM alpine:3.18.12
22
# If based on official images
33
# FROM __app_owner_slug__/__app_slug__:alpine
44

0 commit comments

Comments
 (0)