From 81c4ac7fc68b82b02e38941a156cc1f254f9cf63 Mon Sep 17 00:00:00 2001 From: lystopad Date: Wed, 19 Feb 2025 15:29:43 +0100 Subject: [PATCH] Bump builder and base docker images. Go 1.23 Base image: debian:12-slim --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad04e922787..ad1337d24d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,8 +7,8 @@ env: TEST_TRACKING_TIME_SECONDS: 7200 # 2 hours TEST_TOTAL_TIME_SECONDS: 432000 # 5 days TEST_CHAIN: "mainnet" - BUILDER_IMAGE: "golang:1.22-bookworm" - DOCKER_BASE_IMAGE: "debian:12.8-slim" + BUILDER_IMAGE: "golang:1.23-bookworm" + DOCKER_BASE_IMAGE: "debian:12-slim" APP_REPO: "erigontech/erigon" PACKAGE: "github.com/erigontech/erigon" DOCKERHUB_REPOSITORY: "erigontech/erigon"