Bump alpine from 3.17.2 to 3.17.3
@@ -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.17.2
+FROM alpine:3.17.3
# add a c lib
# set the working directory
@@ -1,5 +1,5 @@
#first stage - builder
ARG version
WORKDIR /app
COPY ./netmaker /root/netmaker