Skip to content

Commit

Permalink
Update base docker image to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Dec 17, 2024
1 parent abaa888 commit 697a4c3
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.6

# Build
FROM ubuntu:mantic-20240530@sha256:fd7fe639db24c4e005643921beea92bc449aac4f4d40d60cd9ad9ab6456aec01 as build
FROM ubuntu:noble@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab 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-20240530@sha256:fd7fe639db24c4e005643921beea92bc449aac4f4d40d60cd9ad9ab6456aec01 as image
FROM ubuntu:noble@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab as image
LABEL org.opencontainers.image.source="https://github.com/elifesciences/enhanced-preprints-image-server"

ARG CANTALOUPE_VERSION
Expand Down

0 comments on commit 697a4c3

Please sign in to comment.