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 132d772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ concurrency:
env:
PACKAGING_REPO: https://github.com/Smjert/osquery-packaging
PACKAGING_COMMIT: 16bf5387af89f4b19488a195e7d60e11275dae27
SUBMODULE_CACHE_VERSION: 2
SUBMODULE_CACHE_VERSION: 3

# If the initial code sanity checks are passing, then one job
# per [`platform` * `build_type`] will start, building osquery
Expand All @@ -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 132d772

Please sign in to comment.