Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG CANTALOUPE_REMOTE=https://github.com/cantaloupe-project/cantaloupe.git
# renovate: datasource=github-releases depName=cantaloupe-project/cantaloupe
ARG CANTALOUPE_VERSION=5.0.6
# renovate: datasource=github-tags depName=discoverygarden/cantaloupe_configs
ARG CANTALOUPE_CONFIGS_VERSION=v2.2.0
ARG CANTALOUPE_CONFIGS_VERSION=v2.3.0
ARG CANTALOUPE_CONFIGS_REMOTE=https://github.com/discoverygarden/cantaloupe_configs.git#${CANTALOUPE_CONFIGS_VERSION}
ARG CANTALOUPE_CONFIGS=/opt/cantaloupe_configs
ARG GEM_PATH=${CANTALOUPE_CONFIGS}/gems
Expand Down
Loading