Illumotion commited on
Commit
e978090
1 Parent(s): 8ccccba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM alpine
2
  USER root
3
  COPY config.json /etc/xray/config.json
4
  RUN apk update \
 
1
+ FROM ghcr.io/tailscale/tailscale
2
  USER root
3
  COPY config.json /etc/xray/config.json
4
  RUN apk update \