Bump alpine from 3.16.2 to 3.17.2
@@ -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.16.2
+FROM alpine:3.17.2
# add a c lib
# set the working directory
@@ -1,5 +1,5 @@
#first stage - builder
-FROM alpine:3.15.2
ARG version
WORKDIR /app
COPY ./netmaker /root/netmaker
@@ -1,4 +1,4 @@
-FROM golang:1.19-alpine3.16
+FROM golang:1.19.6-alpine3.17
RUN apk add build-base