Skip to content

Commit

Permalink
chore(deps): update ghcr.io/tailscale/tailscale docker tag to v1.74.1 (
Browse files Browse the repository at this point in the history
…#596)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent e450ef6 commit 5acdeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tailscale
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5acdeee

Please sign in to comment.