Skip to content

Commit

Permalink
[tailscale] github:tailscale/tailscale v1.54.1->v1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greboid committed Dec 14, 2023
1 parent bb0c88b commit 9075ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailscale/Containerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated from https://github.com/greboid/dockerfiles/blob/master/tailscale/Containerfile.gotpl
# BOM: {"github:tailscale/tailscale":"v1.54.1","image:base":"7d312c647591e67ad9f5b439d211f7743bd1add4902c2f4696fc0aa4202b1ac3","image:golang":"f194d04ff26e4c8798a50c423150725890e80896366ceb6e687bc5f37411911f"}
# BOM: {"github:tailscale/tailscale":"v1.56.0","image:base":"7d312c647591e67ad9f5b439d211f7743bd1add4902c2f4696fc0aa4202b1ac3","image:golang":"f194d04ff26e4c8798a50c423150725890e80896366ceb6e687bc5f37411911f"}

FROM reg.g5d.dev/golang@sha256:f194d04ff26e4c8798a50c423150725890e80896366ceb6e687bc5f37411911f AS build

ARG TAG="v1.54.1"
ARG TAG="v1.56.0"

RUN set -eux; \
git clone --depth=1 -b $TAG --single-branch https://github.com/tailscale/tailscale /src; \
Expand Down

0 comments on commit 9075ed4

Please sign in to comment.