From 4cbac2de1c25045931c9ed48fc9e7f44345ebeff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:46:30 +0000 Subject: [PATCH] Update jetty Docker tag to v10.0.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c48a81ff..1ddefa33 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.19-jre17 AS production +FROM jetty:10.0.20-jre17 AS production LABEL \ description="Deploy Jenkins infra account app" \