diff --git a/services/Dockerfile-bastion b/services/Dockerfile-bastion index f08154f..97cb15e 100644 --- a/services/Dockerfile-bastion +++ b/services/Dockerfile-bastion @@ -1,7 +1,3 @@ -FROM cloudflare/cloudflared:1414-cb4bd8d06572 - -ARG TUNNEL_SECRET - -ENV TUNNEL_TOKEN=$TUNNEL_SECRET +FROM cloudflare/cloudflared:2023.8.2 CMD ["tunnel", "run"]