Skip to content

Commit 5fdb4f8

Browse files
authored
Dockerfile: bump base alpine image (tailscale#14604)
Bump the versions to pick up some CVE patches. They don't affect us, but customer scanners will complain. Updates #cleanup Signed-off-by: Andrew Lytvynov <[email protected]>
1 parent 2af2557 commit 5fdb4f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ALPINE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.18
1+
3.21

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN GOARCH=$TARGETARCH go install -ldflags="\
6262
-X tailscale.com/version.gitCommitStamp=$VERSION_GIT_HASH" \
6363
-v ./cmd/tailscale ./cmd/tailscaled ./cmd/containerboot
6464

65-
FROM alpine:3.18
65+
FROM alpine:3.21
6666
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables
6767

6868
COPY --from=build-env /go/bin/* /usr/local/bin/

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Tailscale Inc & AUTHORS
22
# SPDX-License-Identifier: BSD-3-Clause
33

4-
FROM alpine:3.18
4+
FROM alpine:3.21
55
RUN apk add --no-cache ca-certificates iptables iproute2 ip6tables iputils

0 commit comments

Comments
 (0)