Skip to content

Commit 1f592a6

Browse files
Bump alpine from 3.19.0 to 3.19.1 (#2809)
Bumps alpine from 3.19.0 to 3.19.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28df620 commit 1f592a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66

77
RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -w " -tags ${tags} .
88
# RUN go build -tags=ee . -o netmaker main.go
9-
FROM alpine:3.19.0
9+
FROM alpine:3.19.1
1010

1111
# add a c lib
1212
# set the working directory

Dockerfile-quick

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#first stage - builder
2-
FROM alpine:3.19.0
2+
FROM alpine:3.19.1
33
ARG version
44
WORKDIR /app
55
COPY ./netmaker /root/netmaker

0 commit comments

Comments
 (0)