diff --git a/Dockerfile b/Dockerfile index b3250cd..289677f 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.318.0" \ - ACTIONS_RUNNER_PKG_SHA="28ed88e4cedf0fc93201a901e392a70463dbd0213f2ce9d57a4ab495027f3e2f" + ACTIONS_RUNNER_VERSION="2.319.1" \ + ACTIONS_RUNNER_PKG_SHA="3f6efb7488a183e291fc2c62876e14c9ee732864173734facc85a1bfb1744464" SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"] diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 54f0efb..e88f376 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.318.0 -appVersion: 2.318.0 +version: 2.319.1 +appVersion: 2.319.1 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 3dba6bd..771b870 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.318.0 + tag: 2.319.1 imagePullSecrets: []