Skip to content

Commit

Permalink
Bump redmine from 5 to 6 in /tests/redmine
Browse files Browse the repository at this point in the history
Bumps redmine from 5 to 6.

---
updated-dependencies:
- dependency-name: redmine
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and atodorov committed Nov 18, 2024
1 parent 83b62a0 commit 028d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/redmine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# checkov:skip=CKV_DOCKER_2:Ensure that HEALTHCHECK instructions have been added to container images
FROM redmine:5
FROM redmine:6

# enable the rest API
RUN sed -i "/rest_api_enabled:/{n;s/^ default: 0/ default: 1/;}" /usr/src/redmine/config/settings.yml
Expand Down

0 comments on commit 028d62a

Please sign in to comment.