Skip to content

Commit

Permalink
Switch from absolute Arch docker version to a more relaxed one
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyCrazy authored and iwilltry42 committed Feb 17, 2022
1 parent b208c1f commit 273421b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aur-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
aur-pre-release:
runs-on: ubuntu-20.04
container: archlinux:base-20210228.0.16308
container: archlinux:base
steps:
- name: Checkout Project
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aur-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
aur-release:
runs-on: ubuntu-20.04
container: archlinux:base-20210228.0.16308
container: archlinux:base
steps:
- name: Checkout Project
uses: actions/checkout@v1
Expand Down

0 comments on commit 273421b

Please sign in to comment.