Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 68e5732 commit c0f97c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/mariadb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://serverfault.com/a/915845

ARG BUILDER_IMAGE
FROM ${BUILDER_IMAGE:-mariadb:10.6} as builder
FROM ${BUILDER_IMAGE:-mariadb:11.5} as builder

# That file does the DB initialization but also runs mysql daemon, by removing the last line it will only init
RUN ["sed", "-i", "s/exec \"$@\"/echo \"not running $@\"/", "/usr/local/bin/docker-entrypoint.sh"]
Expand Down

0 comments on commit c0f97c5

Please sign in to comment.