From 2d20bbb6fd853d016da98ad91fec4486b1a8d16e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 19:39:32 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/typespec-compile-and-deploy-gh-pages.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/typespec-compile-and-deploy-gh-pages.yml b/.github/workflows/typespec-compile-and-deploy-gh-pages.yml index 0358e10..51488da 100644 --- a/.github/workflows/typespec-compile-and-deploy-gh-pages.yml +++ b/.github/workflows/typespec-compile-and-deploy-gh-pages.yml @@ -10,7 +10,7 @@ on: jobs: compile: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: checkout uses: actions/checkout@v4 @@ -56,7 +56,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Deploy to GitHub Pages id: deployment diff --git a/Dockerfile b/Dockerfile index 152c82d..b0c053a 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 && \