Skip to content

Commit

Permalink
Release 2.317.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcivanov committed Jun 1, 2024
1 parent 9545e13 commit 574769a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
env:
IMAGE_NAME: karellen-gha-runner
RUNNER_VERSION: 2.316.1
RUNNER_VERSION: 2.317.0

jobs:
push:
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:jammy

ARG RUNNER_VERSION
ARG RUNNER_ARCH
ARG BUILDX_VERSION=0.13.1
ARG BUILDX_VERSION=0.13.2
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0


Expand Down Expand Up @@ -38,6 +38,8 @@ RUN set -x && \
patch \
less \
lsb-release \
gpg-agent \
software-properties-common \
udev && \
\
mkdir -p -m 755 /etc/apt/keyrings && \
Expand Down

0 comments on commit 574769a

Please sign in to comment.