From c24e856e5208da27dedc0f8f79816be84697421a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 04:10:04 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 694311b..4d30332 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/gachadata-server RUN apt-get update -y && apt-get install -y mysql-client COPY --from=build-env --link /app/target/release/gachadata-server /