Bump alpine from 3.21.3 to 3.22.0
@@ -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
@@ -1,5 +1,5 @@
#first stage - builder
ARG version
WORKDIR /app
COPY ./netmaker /root/netmaker