We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1278650 commit b885537Copy full SHA for b885537
2 files changed
containers/mysql/8.4.4/Dockerfile
@@ -20,7 +20,7 @@ RUN cd tmp/ \
20
&& make -j 20 \
21
&& make install
22
23
-FROM ghcr.io/cybozu/ubuntu:22.04
+FROM ghcr.io/cybozu/ubuntu:24.04
24
25
COPY --from=builder /usr/local/mysql/LICENSE /usr/local/mysql/LICENSE
26
COPY --from=builder /usr/local/mysql/bin /usr/local/mysql/bin
containers/mysql/8.4.6/Dockerfile
@@ -21,7 +21,7 @@ RUN cd tmp/ \
27
0 commit comments