From c85a951a9e9a0b868703743ed3254cc41a1add54 Mon Sep 17 00:00:00 2001 From: bgamard Date: Sun, 12 Mar 2023 13:52:30 +0100 Subject: [PATCH] upgrade base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71fbad12..8cc716b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sismics/ubuntu-jetty:9.4.36 +FROM sismics/ubuntu-jetty:9.4.51 LABEL maintainer="b.gamard@sismics.com" RUN apt-get update && \