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

[deps] DevOps: Update docker-compose minor #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lizard-boy
Copy link

@lizard-boy lizard-boy commented Oct 19, 2024

This PR contains the following updates:

Package Update Change
kenchan0130/simplesamlphp patch 1.19.8 -> 1.19.9
mysql minor 8.0 -> 8.4

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Greptile Summary

This pull request updates Docker Compose configurations for MySQL and SimpleSAMLphp in the development environment.

  • Updated MySQL image from version 8.0 to 8.4 in /dev/docker-compose.yml
  • Updated SimpleSAMLphp image from version 1.19.8 to 1.19.9 in /dev/docker-compose.yml
  • These changes may require testing in a staging environment to ensure compatibility
  • Review of build and scan workflows is recommended to check for potential issues
  • Consider updating related documentation or configuration files if necessary

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

@@ -55,7 +55,7 @@ services:
- postgres

mysql:
image: mysql:8.0
image: mysql:8.4
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: MySQL 8.4 is not an official release. The latest stable version is 8.0. This may cause issues or the container may fail to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant