Skip to content

Commit

Permalink
Update mariadb to 10.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed May 16, 2024
1 parent f554d76 commit d09a72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: docker/setup-buildx-action@v3
- uses: ./.github/actions
with:
version: '10.11.7'
version: '10.11.8'
tags: '10.11,10'
workdir: 10
platform: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion 10/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

MARIADB_VER ?= 10.11.7
MARIADB_VER ?= 10.11.8
MARIADB_VER_MINOR = $(shell echo "${MARIADB_VER}" | grep -oE '^[0-9]+\.[0-9]+')

GALERA_VER ?=
Expand Down

0 comments on commit d09a72c

Please sign in to comment.