Skip to content

Commit

Permalink
Merge pull request #74 from druidfi/renovate/mariadb-10.x
Browse files Browse the repository at this point in the history
Update mariadb Docker tag to v10.11
  • Loading branch information
back-2-95 authored Jan 28, 2025
2 parents 4dc26bf + f8a6313 commit f5dd602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# check=skip=SecretsUsedInArgOrEnv

ARG MARIADB_VERSION=10.6
ARG MARIADB_VERSION=10.11

FROM mariadb:${MARIADB_VERSION} AS base

Expand Down

0 comments on commit f5dd602

Please sign in to comment.