Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to mantic-20240216
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 1e22dcf commit 3ea764d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3ea764d

Please sign in to comment.