Merge pull request #3477 from gravitl/dependabot/docker/develop/alpine-3.22.0

Bump alpine from 3.21.3 to 3.22.0
This commit is contained in:
Abhishek K 2025-06-23 17:53:20 +05:30 committed by GitHub
commit e5a6948d2e
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 go build -tags=ee . -o netmaker main.go
FROM alpine:3.21.3
FROM alpine:3.22.0
# add a c lib
# set the working directory

View file

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