mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-22 16:07:11 +08:00
Bump alpine from 3.18.4 to 3.18.5 (#2720)
Bumps alpine from 3.18.4 to 3.18.5. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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.18.4
|
||||
FROM alpine:3.18.5
|
||||
|
||||
# add a c lib
|
||||
# set the working directory
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
#first stage - builder
|
||||
FROM alpine:3.18.4
|
||||
FROM alpine:3.18.5
|
||||
ARG version
|
||||
WORKDIR /app
|
||||
COPY ./netmaker /root/netmaker
|
||||
|
||||
Reference in New Issue
Block a user