Skip to content

Commit

Permalink
build(deps): bump mariadb in /generators/server/resources
Browse files Browse the repository at this point in the history
Bumps mariadb from 11.5.2 to 11.6.2.

---
updated-dependencies:
- dependency-name: mariadb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 4ddfa27 commit 44c36b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LABEL ALIAS=keycloak

FROM mysql:9.1.0

FROM mariadb:11.5.2
FROM mariadb:11.6.2

FROM mongo:8.0.3
LABEL ALIAS=mongodb
Expand Down

0 comments on commit 44c36b3

Please sign in to comment.