Skip to content

Commit fa324ad

Browse files
chore: bump alpine in /build/gateway/wireguard in the docker-deps group
Bumps the docker-deps group in /build/gateway/wireguard with 1 update: alpine. Updates `alpine` from 3.21.3 to 3.22.0 --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7228d38 commit fa324ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gateway/wireguard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . ./
1717
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$(go env GOARCH) go build -ldflags="-s -w" ./cmd/gateway/wireguard
1818

1919

20-
FROM alpine:3.21.3
20+
FROM alpine:3.22.0
2121

2222
RUN apk update && \
2323
apk add iproute2 nftables bash wireguard-tools tcpdump conntrack-tools curl iputils && \

0 commit comments

Comments
 (0)