From c76820946b737373f7c9729740c653177320f1bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:58:43 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- apps/iris/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/iris/Dockerfile b/apps/iris/Dockerfile index 6657b8641f..9253dd2d2d 100644 --- a/apps/iris/Dockerfile +++ b/apps/iris/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /build RUN go build ### PRODUCTION ### -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENV APP_ENV=production COPY --from=builder /build/iris .