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" \