Skip to content

Commit

Permalink
Cantaloupe 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Jan 25, 2024
1 parent f637457 commit 6d5f14d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cantaloupe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
FROM java

ARG TARGETARCH
ARG CANTALOUPE_VERSION="5.0.5"
ARG CANTALOUPE_VERSION="5.0.6"
ARG CANTALOUPE_FILE="cantaloupe-${CANTALOUPE_VERSION}.zip"
ARG CANTALOUPE_URL="https://github.com/cantaloupe-project/cantaloupe/releases/download/v${CANTALOUPE_VERSION}/${CANTALOUPE_FILE}"
ARG CANTALOUPE_SHA256="f8494ff940841e7b897b22d680e4bf87baf8fb1d6ced87117538dd5abaa1fc34"
ARG CANTALOUPE_SHA256="35311eb0d4d6f0578cab42fd5e51d6150e62821cb3b4ee3a265e2befbeeb5897"

EXPOSE 8182

Expand Down
2 changes: 1 addition & 1 deletion cantaloupe/README.dockerhub.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cantaloupe

Docker image for [Cantaloupe] version 5.0.5.
Docker image for [Cantaloupe] version 5.0.6.

Please refer to the [Cantaloupe Documentation] for more in-depth information.

Expand Down
2 changes: 1 addition & 1 deletion cantaloupe/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cantaloupe

Docker image for [Cantaloupe] version 5.0.5.
Docker image for [Cantaloupe] version 5.0.6.

Please refer to the [Cantaloupe Documentation] for more in-depth information.

Expand Down

0 comments on commit 6d5f14d

Please sign in to comment.