Illumotion commited on
Commit
4de27e7
·
verified ·
1 Parent(s): e4e358e

Update Dockerfile

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