From b3b33e7f40cba13788d701032150cdfbb8769249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 09:56:59 +0400 Subject: [PATCH] Build(deps): bump alpine from 3.22.1 to 3.22.2 (#3694) Bumps alpine from 3.22.1 to 3.22.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile-quick | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cb7c31e2..6f6e5c87 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.22.1 +FROM alpine:3.22.2 # add a c lib # set the working directory diff --git a/Dockerfile-quick b/Dockerfile-quick index 94af307b..2d3d3b39 100644 --- a/Dockerfile-quick +++ b/Dockerfile-quick @@ -1,5 +1,5 @@ #first stage - builder -FROM alpine:3.22.1 +FROM alpine:3.22.2 ARG version WORKDIR /app COPY ./netmaker /root/netmaker