mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-22 10:02:18 +00:00
Update Dockerfile to latest release
Updated to v1.54.1
This commit is contained in:
parent
9626fd835c
commit
3a69a2c3c6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM tailscale/tailscale:v1.34.2
|
FROM tailscale/tailscale:v1.54.1
|
||||||
COPY start.sh /usr/bin/start.sh
|
COPY start.sh /usr/bin/start.sh
|
||||||
RUN chmod +x /usr/bin/start.sh
|
RUN chmod +x /usr/bin/start.sh
|
||||||
CMD "start.sh"
|
CMD "start.sh"
|
||||||
|
|
Loading…
Reference in a new issue