Skip to content

Commit

Permalink
Update mariadb Docker tag to v11.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 5c79026 commit faf907d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/ensembl-mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mariadb:11.3.2 as builder
FROM mariadb:11.6.2 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 All @@ -24,7 +24,7 @@ RUN gunzip *.gz
# it has been declared, those changes will be discarded.
RUN ["/home/docker-entrypoint.sh", "mysqld", "--datadir", "/initialized-db", "--aria-log-dir-path", "/initialized-db"]

FROM mariadb:11.3.2
FROM mariadb:11.6.2
LABEL maintainer="Niklas Reimer <niklas.reimer@uksh.de>"

COPY --from=builder /initialized-db /var/lib/mysql

0 comments on commit faf907d

Please sign in to comment.