Skip to content

Commit

Permalink
update Dockerfile mysql v8.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Apr 23, 2024
1 parent 49c111d commit 620a9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ USER 10000:10000
ENTRYPOINT ["/moco-controller"]

# For MySQL binaries
FROM --platform=$TARGETPLATFORM ghcr.io/cybozu-go/moco/mysql:8.0.35.1 as mysql
FROM --platform=$TARGETPLATFORM ghcr.io/cybozu-go/moco/mysql:8.0.36.1 as mysql

# the backup image
FROM --platform=$TARGETPLATFORM ghcr.io/cybozu/ubuntu:22.04
LABEL org.opencontainers.image.source https://github.com/cybozu-go/moco

ARG MYSQLSH_VERSION=8.0.35-1
ARG MYSQLSH_VERSION=8.0.36-1

COPY --from=builder /work/moco-backup /moco-backup

Expand Down

0 comments on commit 620a9d1

Please sign in to comment.