Skip to content
Snippets Groups Projects
Commit 51be9c91 authored by Varac's avatar Varac
Browse files

Merge branch 'renovate/mariadb-10.x' into 'main'

Update dependency mariadb to v10.8.2

See merge request !93
parents 08df4475 6f27c333
No related branches found
No related tags found
1 merge request!93Update dependency mariadb to v10.8.2
Pipeline #12083 passed with stages
in 38 seconds
# This Dockerfile is only used for testing CI/CD testing and is not used in
# production.
FROM mariadb:10.7.1
FROM mariadb:10.8.2
# Copy our setup SQL to the image to create databases at setup/first run
COPY setup.sql /docker-entrypoint-initdb.d/setup.sql
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment