Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent a22eddd commit 63b293d
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-20240427@sha256:565d62d2283a7cc4b3d759d9a97a5bfcebeb341166f9076a4df504f8f106cd54 as build
FROM ubuntu:24.04@sha256:e3f92abc0967a6c19d0dfa2d55838833e947b9d74edbcb0113e48535ad4be12a 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-20240427@sha256:565d62d2283a7cc4b3d759d9a97a5bfcebeb341166f9076a4df504f8f106cd54 as image
FROM ubuntu:24.04@sha256:e3f92abc0967a6c19d0dfa2d55838833e947b9d74edbcb0113e48535ad4be12a as image
LABEL org.opencontainers.image.source="https://github.com/elifesciences/enhanced-preprints-image-server"

ARG CANTALOUPE_VERSION
Expand Down

0 comments on commit 63b293d

Please sign in to comment.