Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 16, 2024
1 parent 88db771 commit 120021b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/generator/dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM jhipster/jhipster-registry:v7.4.0
FROM quay.io/keycloak/keycloak:26.0.0
FROM mariadb:11.5.2
FROM mongo:8.0.1
FROM mysql:9.0.1
FROM mysql:9.1.0
FROM cassandra:5.0.1
FROM mcr.microsoft.com/mssql/server:2022-latest
FROM postgres:17.0
Expand Down

0 comments on commit 120021b

Please sign in to comment.