We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8ff54e + 5c85a3b commit 187e68cCopy full SHA for 187e68c
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
16
go build -o /anke-to -ldflags "-s -w"
17
18
# run
19
-FROM alpine:3.23.3
+FROM alpine:3.23.4
20
WORKDIR /app
21
22
RUN apk --update --no-cache add tzdata \
0 commit comments