Skip to content

Commit

Permalink
update docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 5, 2024
1 parent 4dbb768 commit 4ee82ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-20.04

container:
image: smjert/builder20.04:f5a6778f5
image: smjert/builder20.04:2fec33276
options: --user 1001:1001

steps:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
runs-on: ${{ matrix.os }}

container:
image: smjert/builder20.04:f5a6778f5
image: smjert/builder20.04:2fec33276
options: --user 1001:1001

strategy:
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
runs-on: ${{ matrix.os }}

container:
image: smjert/builder20.04:f5a6778f5
image: smjert/builder20.04:2fec33276
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock --pid=host --user 1001:1001

strategy:
Expand Down

0 comments on commit 4ee82ec

Please sign in to comment.