Skip to content

Commit 6b26032

Browse files
chore(deps): update alpine docker tag to v3.21 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 191ce6a commit 6b26032

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,5 +1,5 @@
11
ARG GO_VERSION=1.22-alpine3.18
2-
ARG FROM_IMAGE=alpine:3.20
2+
ARG FROM_IMAGE=alpine:3.21
33

44
FROM golang:${GO_VERSION} AS builder
55

0 commit comments

Comments
 (0)