Skip to content

Commit 3b0e255

Browse files
Bump alpine from 3.19.0 to 3.19.1
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]>
1 parent 08d37f9 commit 3b0e255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . .
77
RUN go mod tidy
88
RUN GOOS=linux CGO_ENABLED=0 /usr/local/go/bin/go build -ldflags="-s -w" -o netclient-app .
99

10-
FROM alpine:3.19.0
10+
FROM alpine:3.19.1
1111

1212
WORKDIR /root/
1313

Dockerfile-netclient-multiarch-userspace

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /app
33
COPY . .
44
RUN GOOS=linux CGO_ENABLED=0 /usr/local/go/bin/go build -ldflags="-w -s" -o netclient-app .
55

6-
FROM alpine:3.19.0
6+
FROM alpine:3.19.1
77

88
WORKDIR /root/
99

0 commit comments

Comments
 (0)