Skip to content

Commit

Permalink
Switched to mariadb-10.4-drupal upstream image.
Browse files Browse the repository at this point in the history
Closes #43
  • Loading branch information
AlexSkrypnyk committed Apr 29, 2024
1 parent 8f8f8c7 commit f26a208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- image: drevops/ci-runner:24.4.0
environment:
BUILDX_VERSION: v0.10.4
BUILDX_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
BUILDX_PLATFORMS: linux/amd64,linux/arm64
working_directory: /root/project
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# support setting data directory as an environment variable) to support new
# location and overriding default CMD to include our custom data directory.
#
FROM uselagoon/mariadb-drupal:24.4.0
FROM uselagoon/mariadb-10.11-drupal:24.4.0

# Set the data directory to a different location that a mounted volume.
ENV MARIADB_DATA_DIR=/var/lib/db-data
Expand Down

0 comments on commit f26a208

Please sign in to comment.