Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cantaloupe 5.0.6 #323

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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