We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1317f9 commit 79edf5aCopy full SHA for 79edf5a
Dockerfile
@@ -1,7 +1,7 @@
1
# Golang version defined in https://github.com/kaishuu0123/erd-go/blob/${ERD_VERSION}/go.mod#L3
2
ARG ERD_GOLANG_BUILDER_TAG=1.24-alpine3.21
3
ARG A2S_GOLANG_BUILDER_TAG=1.24-alpine3.21
4
-ARG alpine_version=3.21.3
+ARG alpine_version=3.22.0
5
FROM alpine:${alpine_version} AS base
6
7
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
0 commit comments