Skip to content

Commit 2df6a89

Browse files
chore(deps): update alpine docker tag to v3.21.3 (#125)
Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com>
1 parent 2fdf6b5 commit 2df6a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache \
1212
go build -ldflags="-w -s" -trimpath
1313

1414

15-
FROM alpine:3.21.0
15+
FROM alpine:3.21.3
1616
WORKDIR /app
1717

1818
RUN apk add --no-cache tzdata

goreleaser.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.0
1+
FROM alpine:3.21.3
22
WORKDIR /app
33

44
RUN apk add --no-cache tzdata

0 commit comments

Comments
 (0)