mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-03 19:54:22 +08:00
Bump alpine from 3.21.3 to 3.22.0
Bumps alpine from 3.21.3 to 3.22.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
08080121b9
commit
af7b9d67ea
2 changed files with 2 additions and 2 deletions
|
@ -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.21.3
|
FROM alpine:3.22.0
|
||||||
|
|
||||||
# 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.21.3
|
FROM alpine:3.22.0
|
||||||
ARG version
|
ARG version
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./netmaker /root/netmaker
|
COPY ./netmaker /root/netmaker
|
||||||
|
|
Loading…
Add table
Reference in a new issue