Skip to content

Commit

Permalink
Merge pull request #37 from element-hq/dependabot/docker/tailscale/ta…
Browse files Browse the repository at this point in the history
…ilscale-v1.74.1

Bump tailscale/tailscale from v1.72.1 to v1.74.1
  • Loading branch information
benbz authored Sep 19, 2024
2 parents adbda09 + a808aa5 commit 4fbc7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/tailscale/tailscale:v1.72.1
FROM ghcr.io/tailscale/tailscale:v1.74.1
COPY run.sh /run.sh
CMD "/run.sh"

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-push-image

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-push-image

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/

0 comments on commit 4fbc7e7

Please sign in to comment.