diff --git a/Dockerfile.tailscale b/Dockerfile.tailscale index b525f12ea..ac4246118 100644 --- a/Dockerfile.tailscale +++ b/Dockerfile.tailscale @@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ --mount=type=cache,target=/root/.cache/go-build \ make build-tailscale-starter CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} -FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tailscale/tailscale:v1.72.1 +FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tailscale/tailscale:v1.74.1 LABEL source_repository="https://github.com/cloudoperators/greenhouse" # upgrade all installed packages to fix potential CVEs in advance