Skip to content

Commit 53d72b9

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 53d72b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.22.2
22
# If based on official images
33
# FROM __app_owner_slug__/__app_slug__:alpine
44

0 commit comments

Comments
 (0)