Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Update mariadb Docker tag to v11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2023
1 parent 5d2d60f commit e63654f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aosus-wordpress/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
target: /usr/local/etc/php/conf.d/custom.ini

mariadb:
image: mariadb:11.0.3@sha256:3fde6add72f24360c7d367c33157ca8f456b1f99d7c6973b8e169b7c9f3b90a8
image: mariadb:11.1.2@sha256:a104070983c2a9ab542d6142de858457dd15d2cabd7ac26e4ca3891d7721e73e
restart: always
environment:
MARIADB_USER: aosusworddb
Expand Down
2 changes: 1 addition & 1 deletion gnulinuxsa-wordpress/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
target: /usr/local/etc/php/conf.d/custom.ini

mariadb:
image: mariadb:11.0.3@sha256:3fde6add72f24360c7d367c33157ca8f456b1f99d7c6973b8e169b7c9f3b90a8
image: mariadb:11.1.2@sha256:a104070983c2a9ab542d6142de858457dd15d2cabd7ac26e4ca3891d7721e73e
restart: always
environment:
MARIADB_USER: wordpress
Expand Down

0 comments on commit e63654f

Please sign in to comment.