From 3ea764d644060d0abda9de082282d45671dc1df2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 03:25:12 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to mantic-20240216 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4c59160..9fb35d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG CANTALOUPE_VERSION=5.0.5 # Build -FROM ubuntu:mantic-20240122@sha256:f0bb9ee844f7adb284ac036a15469062adbe3a4458c06680216ed73df231cb31 as build +FROM ubuntu:mantic-20240216@sha256:c6b1c5b3e0f1649b160a581a061994bc3c1d5a20e9704cf320b7f96c28c6d92b as build ARG DEBIAN_FRONTEND=noninteractive ARG CANTALOUPE_VERSION @@ -61,7 +61,7 @@ RUN cd cantaloupe-src/ && mvn clean package -DskipTests # Package -FROM ubuntu:mantic-20240122@sha256:f0bb9ee844f7adb284ac036a15469062adbe3a4458c06680216ed73df231cb31 as image +FROM ubuntu:mantic-20240216@sha256:c6b1c5b3e0f1649b160a581a061994bc3c1d5a20e9704cf320b7f96c28c6d92b as image LABEL org.opencontainers.image.source="https://github.com/elifesciences/enhanced-preprints-image-server" ARG CANTALOUPE_VERSION