Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to mantic-20240405
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 4ec0e6a commit b6ffd56
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-20240216@sha256:5cd569b792a8b7b483d90942381cd7e0b03f0a15520d6e23fb7a1464a25a71b1 as build
FROM ubuntu:mantic-20240405@sha256:008c4aa50da87ad7bc586a47787491f76c79c62cc5bdbee29121ee9e02c03f3e 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-20240216@sha256:5cd569b792a8b7b483d90942381cd7e0b03f0a15520d6e23fb7a1464a25a71b1 as image
FROM ubuntu:mantic-20240405@sha256:008c4aa50da87ad7bc586a47787491f76c79c62cc5bdbee29121ee9e02c03f3e as image
LABEL org.opencontainers.image.source="https://github.com/elifesciences/enhanced-preprints-image-server"

ARG CANTALOUPE_VERSION
Expand Down

0 comments on commit b6ffd56

Please sign in to comment.