mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-22 10:02:18 +00:00
Update tailscale & nginx (#4)
* Update tailscale version * Update nginx
This commit is contained in:
parent
38ae0ac92f
commit
45916632fa
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
FROM nginx:1.21
|
FROM nginx:1.23
|
||||||
# based on debian:bullseye-slim
|
# based on debian:bullseye-slim
|
||||||
COPY conf.d /etc/nginx/conf.d
|
COPY conf.d /etc/nginx/conf.d
|
|
@ -1,4 +1,4 @@
|
||||||
FROM tailscale/tailscale:v1.30
|
FROM tailscale/tailscale:v1.34.2
|
||||||
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