diff --git a/.github/workflows/releases-rpm.yml b/.github/workflows/releases-rpm.yml index 5fe8faadf..98dc249d6 100644 --- a/.github/workflows/releases-rpm.yml +++ b/.github/workflows/releases-rpm.yml @@ -46,7 +46,7 @@ jobs: - 'centos7' - 'centos8' - 'fedora39' - - 'alpine319' + - 'alpine320' - 'opensuse15' # - 'centos9' runs-on: ubuntu-22.04 @@ -163,7 +163,7 @@ jobs: fail-fast: false matrix: container: - - 'alpine319' + - 'alpine320' runs-on: ubuntu-22.04 needs: docker_publish container: diff --git a/docker/alpine319.Dockerfile b/docker/alpine320.Dockerfile similarity index 96% rename from docker/alpine319.Dockerfile rename to docker/alpine320.Dockerfile index 3b908690c..0b8b1e519 100644 --- a/docker/alpine319.Dockerfile +++ b/docker/alpine320.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 RUN apk add --no-cache git bash perl curl go tar && \ apk add --no-cache build-base binutils-gold linux-headers cmake ninja-build curl-dev && \ apk add --no-cache gtk+3.0-dev gettext && \