From 5254cdc44dd39149a1ed55a5d68e8db08ded2de3 Mon Sep 17 00:00:00 2001 From: Jatin <140497406+jatinriverlane@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:45:19 +0000 Subject: [PATCH 1/2] update ubuntu tag in ci from 20.04 ro latest --- .github/workflows/dev_docker_image.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/semantic_pr_title.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev_docker_image.yaml b/.github/workflows/dev_docker_image.yaml index 0fcb7c29..86f60fff 100644 --- a/.github/workflows/dev_docker_image.yaml +++ b/.github/workflows/dev_docker_image.yaml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a73dd1ea..c5fceafc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: contents: write steps: diff --git a/.github/workflows/semantic_pr_title.yaml b/.github/workflows/semantic_pr_title.yaml index 0f4e1a04..3fac2e34 100644 --- a/.github/workflows/semantic_pr_title.yaml +++ b/.github/workflows/semantic_pr_title.yaml @@ -6,7 +6,7 @@ on: jobs: semantic_pull_request: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: pull-requests: read steps: From e627be0d5255d2e51b08cdd48403e37c6082e676 Mon Sep 17 00:00:00 2001 From: Jatin <140497406+jatinriverlane@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:49:29 +0000 Subject: [PATCH 2/2] update tag in containers/dev/Dockerfile --- containers/dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/dev/Dockerfile b/containers/dev/Dockerfile index 9d465be8..4848af0f 100644 --- a/containers/dev/Dockerfile +++ b/containers/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:latest ARG USERNAME=dev_user ARG USER_UID=1000