Skip to content

Commit 4677cbf

Browse files
authored
Merge pull request #1036 from gravitl/dependabot/docker/develop/alpine-3.22.0
Bump alpine from 3.21.3 to 3.22.0
2 parents b57f35c + a4799f9 commit 4677cbf

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
@@ -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.3
10+
FROM alpine:3.22.0
1111

1212
WORKDIR /root/
1313

Dockerfile-netclient-multiarch-userspace

Lines changed: 1 addition & 1 deletion
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.3
6+
FROM alpine:3.22.0
77

88
WORKDIR /root/
99

0 commit comments

Comments
 (0)