Update alpine Docker tag to v3.23

This commit is contained in:
Renovate Bot
2025-12-11 20:46:15 +00:00
committed by IamTheFij
parent cfcdf04990
commit f21dce1cc6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.23
RUN mkdir /app
WORKDIR /app/
+1 -1
View File
@@ -14,7 +14,7 @@ ARG VERSION=dev
ENV CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=${TARGETARCH}
RUN go build -ldflags "-X main.version=${VERSION}" -a -installsuffix nocgo -o minitor .
FROM alpine:3.18
FROM alpine:3.23
RUN mkdir /app
WORKDIR /app/