diff --git a/Dockerfile b/Dockerfile index 8b35fd6..eb66636 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json COPY --link . . RUN cargo build --release -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL org.opencontainers.image.source=https://github.com/GiganticMinecraft/seichiassist-downloader RUN apt-get update -y && \ apt-get install -y git curl gnupg openjdk-17-jdk && \