Skip to content

Commit b1262d2

Browse files
authoredJan 30, 2025
Bump alpine from 3.21.0 to 3.21.2 (#963)
Bumps alpine from 3.21.0 to 3.21.2. --- updated-dependencies: - dependency-name: alpine 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>
1 parent 8302d99 commit b1262d2

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.21.0
10+
FROM alpine:3.21.2
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.21.0
6+
FROM alpine:3.21.2
77

88
WORKDIR /root/
99

0 commit comments

Comments
 (0)
Please sign in to comment.