Skip to content

Commit

Permalink
Build moco-backup image with MySQL 8.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Dec 4, 2023
1 parent f49fdc4 commit 3d5d342
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.34.1 as mysql
FROM --platform=$TARGETPLATFORM ghcr.io/cybozu-go/moco/mysql:8.0.35.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.34-1
ARG MYSQLSH_VERSION=8.0.35-1

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

Expand Down

0 comments on commit 3d5d342

Please sign in to comment.