Skip to content

Commit 76de9a0

Browse files
chore(deps): update alpine docker tag to v3.23.3
1 parent 9606e05 commit 76de9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/root/.cache \
1717
CGO_ENABLED=0 xx-go build -ldflags="-w -s" -trimpath -tags grpcnotrace
1818

1919

20-
FROM alpine:3.21.3
20+
FROM alpine:3.23.3
2121
WORKDIR /app
2222

2323
RUN apk add --no-cache tzdata

goreleaser.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.3
1+
FROM alpine:3.23.3
22
WORKDIR /app
33

44
RUN apk add --no-cache tzdata

0 commit comments

Comments
 (0)