Skip to content

Commit

Permalink
build(deps): bump mysql from 9.0 to 9.1 in /mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak committed Oct 17, 2024
1 parent 5cca66c commit 4bf063c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM mysql:9.0 AS mysql
FROM mysql:9.1 AS mysql

COPY config /etc/mysql/conf.d
HEALTHCHECK --interval=2s --timeout=20s --retries=10 CMD mysqladmin ping -h localhost -u root -p$MYSQL_ROOT_PASSWORD

0 comments on commit 4bf063c

Please sign in to comment.