mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 13:14:24 +08:00
Merge pull request #3477 from gravitl/dependabot/docker/develop/alpine-3.22.0
Bump alpine from 3.21.3 to 3.22.0
This commit is contained in:
commit
e5a6948d2e
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 go build -tags=ee . -o netmaker main.go
|
||||
FROM alpine:3.21.3
|
||||
FROM alpine:3.22.0
|
||||
|
||||
# add a c lib
|
||||
# set the working directory
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#first stage - builder
|
||||
FROM alpine:3.21.3
|
||||
FROM alpine:3.22.0
|
||||
ARG version
|
||||
WORKDIR /app
|
||||
COPY ./netmaker /root/netmaker
|
||||
|
|
Loading…
Add table
Reference in a new issue