Skip to content

Commit

Permalink
chore(deps): update ubuntu:22.04 docker digest to aabed32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 2, 2023
1 parent 3c0e83f commit 1835990
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:22.04@sha256:ec050c32e4a6085b423d36ecd025c0d3ff00c38ab93a3d71a460ff1c44fa6d77 as build
FROM ubuntu:22.04@sha256:aabed3296a3d45cede1dc866a24476c4d7e093aa806263c27ddaadbdce3c1054 as build

ARG DEBIAN_FRONTEND=noninteractive
ARG CANTALOUPE_VERSION
Expand Down Expand Up @@ -64,7 +64,7 @@ RUN cd cantaloupe-src/ && mvn clean package -DskipTests


# Package
FROM ubuntu:22.04@sha256:ec050c32e4a6085b423d36ecd025c0d3ff00c38ab93a3d71a460ff1c44fa6d77
FROM ubuntu:22.04@sha256:aabed3296a3d45cede1dc866a24476c4d7e093aa806263c27ddaadbdce3c1054
LABEL org.opencontainers.image.source="https://github.com/elifesciences/enhanced-preprints-image-server"

ARG CANTALOUPE_VERSION
Expand Down

0 comments on commit 1835990

Please sign in to comment.