Skip to content

Commit

Permalink
downgrade mysql container
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 26, 2024
1 parent cb95717 commit 696e588
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generators/micronaut/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ export default class extends BaseApplicationGenerator {
Object.assign(application, {
useNpmWrapper: application.clientFrameworkAny && !application.skipClient,
});
Object.assign(application.dockerContainers, {
mysqlImage: 'mysql:8.4.0',
mysqlTag: '8.4.0',
});
},

addLogNeedles({ source, application }) {
Expand Down

0 comments on commit 696e588

Please sign in to comment.