We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28df620 commit 1f592a6Copy full SHA for 1f592a6
Dockerfile
@@ -6,7 +6,7 @@ COPY . .
6
7
RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -w " -tags ${tags} .
8
# RUN go build -tags=ee . -o netmaker main.go
9
-FROM alpine:3.19.0
+FROM alpine:3.19.1
10
11
# add a c lib
12
# set the working directory
Dockerfile-quick
@@ -1,5 +1,5 @@
1
#first stage - builder
2
3
ARG version
4
WORKDIR /app
5
COPY ./netmaker /root/netmaker
0 commit comments