Skip to content

Commit

Permalink
Merge pull request #41 from stolostron/konflux/mintmaker/release-1.3/…
Browse files Browse the repository at this point in the history
…mysql-9.x

chore(deps): update mysql docker tag to v9
  • Loading branch information
smithbw88 authored Sep 12, 2024
2 parents 2d8afc3 + 6042bb0 commit b7c9aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv/docker/blocks/mysql_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG mysql_version=8.4.2
ARG mysql_version=9.0.1
FROM mysql:${mysql_version}
ADD setup.sql /docker-entrypoint-initdb.d
RUN chown -R mysql:mysql /docker-entrypoint-initdb.d/
Expand Down

0 comments on commit b7c9aed

Please sign in to comment.