Skip to content

Commit

Permalink
Merge pull request #973 from Chilledheart/merge_alphine_3_20
Browse files Browse the repository at this point in the history
gh actions: replace with alpine3.20
  • Loading branch information
Chilledheart authored May 23, 2024
2 parents 8c4f45f + 04eb737 commit 64081b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- 'centos7'
- 'centos8'
- 'fedora39'
- 'alpine319'
- 'alpine320'
- 'opensuse15'
# - 'centos9'
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
fail-fast: false
matrix:
container:
- 'alpine319'
- 'alpine320'
runs-on: ubuntu-22.04
needs: docker_publish
container:
Expand Down
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 64081b8

Please sign in to comment.