Bump alpine from 3.21.3 to 3.22.0

Bumps alpine from 3.21.3 to 3.22.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-02 23:57:40 +00:00 committed by GitHub
parent 08080121b9
commit af7b9d67ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ COPY . .
RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -w " -tags ${tags} . RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -w " -tags ${tags} .
# RUN go build -tags=ee . -o netmaker main.go # RUN go build -tags=ee . -o netmaker main.go
FROM alpine:3.21.3 FROM alpine:3.22.0
# add a c lib # add a c lib
# set the working directory # set the working directory

View file

@ -1,5 +1,5 @@
#first stage - builder #first stage - builder
FROM alpine:3.21.3 FROM alpine:3.22.0
ARG version ARG version
WORKDIR /app WORKDIR /app
COPY ./netmaker /root/netmaker COPY ./netmaker /root/netmaker