Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ permissions:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository_owner }}/actions-runner-slim
DEFAULT_RUNNER_VERSION: '2.336.0'
DEFAULT_RUNNER_VERSION: '2.337.0'
DEFAULT_IMAGE_VERSION: '1.0.0'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packer-publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository_owner }}/actions-runner
PACKER_PRODUCT_VERSION: "latest"
RUNNER_VERSION: 2.336.0
RUNNER_VERSION: 2.337.0
jobs:
packer:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository_owner }}/actions-runner
RUNNER_VERSION: 2.336.0
RUNNER_VERSION: 2.337.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/actions/actions-runner:latest
ENV RUNNER_VERSION=2.336.0
ENV RUNNER_VERSION=2.337.0

RUN sudo apt update -y \
&& sudo apt install build-essential git curl pkg-config libssl-dev -y \
Expand Down
Loading