From 047a10ac47bfcc53734e83798b8b4b4b0c976020 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Wed, 6 Sep 2023 08:12:17 -0400 Subject: [PATCH] infra(bastion): update cloudflared@2023.8.2 (#30) --- services/Dockerfile-bastion | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"]