From a492e005147a5ad41c0cf8bec0f33b540bf1584f Mon Sep 17 00:00:00 2001 From: James Tanner Date: Wed, 5 Jun 2024 11:22:34 -0400 Subject: [PATCH] Fix the air install for the jwt proxy. No-Issue Signed-off-by: James Tanner --- profiles/dab_jwt/proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/dab_jwt/proxy/Dockerfile b/profiles/dab_jwt/proxy/Dockerfile index 08076b985b..2a48636a25 100644 --- a/profiles/dab_jwt/proxy/Dockerfile +++ b/profiles/dab_jwt/proxy/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine # hot reloads ... -RUN go install github.com/cosmtrek/air@latest +RUN go install github.com/air-verse/air@latest RUN mkdir -p /app WORKDIR /app