From 3ff52f0c3cfc3f5d5c4426eace02c2b989145e05 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sat, 9 Dec 2023 19:37:35 +0100 Subject: [PATCH] chore: bump docker e2e file from bullseye to bookworm --- .github/workflows/build.yml | 2 +- Dockerfile.e2e | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e00d8bb..2b33836 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: build-push-docker: needs: build-stacks-node - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 969f29a..729eb91 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:bullseye as builder +FROM rust:bookworm as builder # A commit hash, tag, or branch ARG GIT_COMMIT=14fc7fee769bfa01484d130a4f269884b0b0e9a8 @@ -41,7 +41,7 @@ RUN <