mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-26 21:01:32 +08:00
Build(deps): bump alpine from 3.22.0 to 3.22.1 (#3571)
Bumps alpine from 3.22.0 to 3.22.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.1 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:
@@ -6,7 +6,7 @@ COPY . .
|
|||||||
|
|
||||||
RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -w " -tags ${tags} .
|
RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -w " -tags ${tags} .
|
||||||
# RUN go build -tags=ee . -o netmaker main.go
|
# RUN go build -tags=ee . -o netmaker main.go
|
||||||
FROM alpine:3.22.0
|
FROM alpine:3.22.1
|
||||||
|
|
||||||
# add a c lib
|
# add a c lib
|
||||||
# set the working directory
|
# set the working directory
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#first stage - builder
|
#first stage - builder
|
||||||
FROM alpine:3.22.0
|
FROM alpine:3.22.1
|
||||||
ARG version
|
ARG version
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./netmaker /root/netmaker
|
COPY ./netmaker /root/netmaker
|
||||||
|
Reference in New Issue
Block a user