Skip to content

Commit

Permalink
build(deps): bump mariadb from 11.4 to 11.5 in /mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak committed Oct 17, 2024
1 parent 388a1fe commit 3f4aba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
# This is always the latest
FROM mariadb:11.6 AS mariadb
FROM mariadb:11.5 AS mariadb

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 3f4aba2

Please sign in to comment.