Skip to content

Commit 79edf5a

Browse files
chore: Update the value of the base image (ARG alpine_version) in the...
... Dockerfile Made with ❤️️ by updatecli
1 parent d1317f9 commit 79edf5a

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,7 +1,7 @@
11
# Golang version defined in https://github.com/kaishuu0123/erd-go/blob/${ERD_VERSION}/go.mod#L3
22
ARG ERD_GOLANG_BUILDER_TAG=1.24-alpine3.21
33
ARG A2S_GOLANG_BUILDER_TAG=1.24-alpine3.21
4-
ARG alpine_version=3.21.3
4+
ARG alpine_version=3.22.0
55
FROM alpine:${alpine_version} AS base
66

77
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

0 commit comments

Comments
 (0)