Skip to content

Commit 59d6c4c

Browse files
chore: Update A2S golang build image tag in the Dockerfile
Made with ❤️️ by updatecli
1 parent a1d18e9 commit 59d6c4c

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

0 commit comments

Comments
 (0)