Skip to content

Commit b885537

Browse files
committed
fix base image tag
1 parent 1278650 commit b885537

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

containers/mysql/8.4.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN cd tmp/ \
2020
&& make -j 20 \
2121
&& make install
2222

23-
FROM ghcr.io/cybozu/ubuntu:22.04
23+
FROM ghcr.io/cybozu/ubuntu:24.04
2424

2525
COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE
2626
COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin

containers/mysql/8.4.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN cd tmp/ \
2121
&& make -j 20 \
2222
&& make install
2323

24-
FROM ghcr.io/cybozu/ubuntu:22.04
24+
FROM ghcr.io/cybozu/ubuntu:24.04
2525

2626
COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE
2727
COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin

0 commit comments

Comments
 (0)