From 58d9ffb6939be471e30210a4d26d5267ce9d997b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:09:39 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.21 to 3.24 Bumps alpine from 3.21 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f5a892..b583ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY --from=ui-build /ui/dist ./ui/dist RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -installsuffix cgo -o /build/run cmd/main.go # --- Final image --- -FROM alpine:3.21 +FROM alpine:3.24 RUN apk add --no-cache ca-certificates tzdata WORKDIR /app COPY --from=build /build/config config