diff --git a/Dockerfile b/Dockerfile index 76c9c3b..37823c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,8 @@ ENV CONTAINER_USER="runner" \ CONTAINER_GID="10000" \ CONTAINER_HOME="/actions-runner" \ DEBIAN_FRONTEND="noninteractive" \ - ACTIONS_RUNNER_VERSION="2.317.0" \ - ACTIONS_RUNNER_PKG_SHA="9e883d210df8c6028aff475475a457d380353f9d01877d51cc01a17b2a91161d" + ACTIONS_RUNNER_VERSION="2.318.0" \ + ACTIONS_RUNNER_PKG_SHA="28ed88e4cedf0fc93201a901e392a70463dbd0213f2ce9d57a4ab495027f3e2f" SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"] @@ -40,7 +40,7 @@ apt-get install --yes --no-install-recommends \ "apt-transport-https=2.7.14build2" \ "ca-certificates=20240203" \ "curl=8.5.0-2ubuntu10.1" \ - "git=1:2.43.0-1ubuntu7" \ + "git=1:2.43.0-1ubuntu7.1" \ "jq=1.7.1-3build1" \ "libicu-dev=74.2-1ubuntu3" \ "lsb-release=12.0-2" \ diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b9e5487..54f0efb 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -3,8 +3,8 @@ apiVersion: v2 name: actions-runner description: Deploy GitHub Actions self-hosted runner type: application -version: 2.317.0-3 -appVersion: 2.317.0-3 +version: 2.318.0 +appVersion: 2.318.0 icon: https://upload.wikimedia.org/wikipedia/en/thumb/4/4a/Ministry_of_Justice_logo_%28United_Kingdom%29.svg/611px-Ministry_of_Justice_logo_%28United_Kingdom%29.svg.png maintainers: - name: moj-data-platform-robot diff --git a/chart/values.yaml b/chart/values.yaml index ac2fbe1..3dba6bd 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: pullPolicy: IfNotPresent repository: ghcr.io/ministryofjustice/analytical-platform-actions-runner - tag: 2.317.0-3 + tag: 2.318.0 imagePullSecrets: []