Skip to content

Commit

Permalink
chore: Update the value of the base image (ARG alpine_version) in the...
Browse files Browse the repository at this point in the history
...  Dockerfile

Made with ❤️️ by updatecli
  • Loading branch information
asciidoctor-updateclibot[bot] committed May 23, 2024
1 parent 93613d4 commit 20a4062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Golang version defined in https://github.com/kaishuu0123/erd-go/blob/${ERD_VERSION}/go.mod#L3
ARG ERD_GOLANG_BUILDER_TAG=1.15-alpine
ARG A2S_GOLANG_BUILDER_TAG=1.20-alpine3.18
ARG alpine_version=3.19.1
ARG alpine_version=3.20.0
FROM alpine:${alpine_version} AS base

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Expand Down

0 comments on commit 20a4062

Please sign in to comment.