From 0f5f0b39fbc47ef24507e86a6528c6a9075be1ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 23:42:24 +0000 Subject: [PATCH] build(deps): bump alpine from 3.23.4 to 3.24.0 Bumps alpine from 3.23.4 to 3.24.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile-quick | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3389f4822..51a76b351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -w " -tags ${tags} . # RUN go build -tags=ee . -o netmaker main.go -FROM alpine:3.23.4 +FROM alpine:3.24.0 # add a c lib # set the working directory diff --git a/Dockerfile-quick b/Dockerfile-quick index 9c750de39..e0b0eaf04 100644 --- a/Dockerfile-quick +++ b/Dockerfile-quick @@ -1,5 +1,5 @@ #first stage - builder -FROM alpine:3.23.4 +FROM alpine:3.24.0 ARG version WORKDIR /app COPY ./netmaker /root/netmaker