From 2d8af171d60d83052374cb625c8f58f35dc62354 Mon Sep 17 00:00:00 2001 From: MaxB Date: Tue, 29 Oct 2024 09:17:02 +0200 Subject: [PATCH] switch to 8.0-m02 --- .github/workflows/pre-merge.yml | 2 +- alpine/Dockerfile | 1 - debian/Dockerfile | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index 47a1ec31..4eefba9d 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -7,7 +7,7 @@ on: jobs: build-and-test: - runs-on: [ubuntu-latest-8-cores] + runs-on: [ubuntu-latest] strategy: matrix: distribution: diff --git a/alpine/Dockerfile b/alpine/Dockerfile index ab1a3374..60a3ee54 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -43,7 +43,6 @@ RUN set -eux; \ gosu --version; \ gosu nobody true -ENV REDIS_VERSION=support-musl ENV REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.0-m02.tar.gz ENV REDIS_DOWNLOAD_SHA=c70d565c5403c5e8392942810e980b23478b82218f6069656ea51bc8978176c1 ENV PIP_BREAK_SYSTEM_PACKAGES=1 diff --git a/debian/Dockerfile b/debian/Dockerfile index 2826e1b3..b9dc313c 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -50,7 +50,6 @@ RUN set -eux; \ gosu --version; \ gosu nobody true -ENV REDIS_VERSION=8.0-m01 ENV REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.0-m02.tar.gz ENV REDIS_DOWNLOAD_SHA=c70d565c5403c5e8392942810e980b23478b82218f6069656ea51bc8978176c1