Skip to content

Commit 6dcc209

Browse files
committed
Release 2.315.0
1 parent 84538c0 commit 6dcc209

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010
env:
1111
IMAGE_NAME: karellen-gha-runner
12-
RUNNER_VERSION: 2.314.1
12+
RUNNER_VERSION: 2.315.0
1313

1414
jobs:
1515
push:
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
- name: Build image
2525
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --build-arg RUNNER_ARCH="${{ runner.arch }}" --build-arg RUNNER_VERSION=$RUNNER_VERSION

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM ubuntu:jammy
44

55
ARG RUNNER_VERSION
66
ARG RUNNER_ARCH
7-
ARG BUILDX_VERSION=0.12.1
8-
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.1
7+
ARG BUILDX_VERSION=0.13.1
8+
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0
99

1010

1111
RUN mkdir -p /home/runner

0 commit comments

Comments
 (0)