From 82ab00457622690af35b4b9a5e60cdcc0376ac8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:32:19 +0000 Subject: [PATCH] Update jetty Docker tag to v10.0.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ddefa33..bf795ed8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . RUN ./gradlew --no-daemon --info war -x test -x integrationTest -FROM jetty:10.0.20-jre17 AS production +FROM jetty:10.0.22-jre17 AS production LABEL \ description="Deploy Jenkins infra account app" \