Skip to content

Commit e17e7d9

Browse files
authored
CVE fix - minor version updates and chart/values increment (#295)
minor version updates and chart values increment
1 parent 7f08f94 commit e17e7d9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#checkov:skip=CKV_DOCKER_2: HEALTHCHECK not required - Health checks are implemented downstream of this image
22

3-
FROM public.ecr.aws/ubuntu/ubuntu:24.04@sha256:2840d5f4a6a1a8eb11e0d493bf0bbc030442d48e902e99bbc7127b76f9775b1e
3+
FROM public.ecr.aws/ubuntu/ubuntu:24.04@sha256:b1940c8ecf8ff591053cc5db0303fb882f9fafec50f26892a870bcbe1b30d25a
44

55

66
LABEL org.opencontainers.image.vendor="Ministry of Justice" \
@@ -15,8 +15,8 @@ ENV CONTAINER_USER="runner" \
1515
CONTAINER_GID="10000" \
1616
CONTAINER_HOME="/actions-runner" \
1717
DEBIAN_FRONTEND="noninteractive" \
18-
ACTIONS_RUNNER_VERSION="2.331.0" \
19-
ACTIONS_RUNNER_PKG_SHA="5fcc01bd546ba5c3f1291c2803658ebd3cedb3836489eda3be357d41bfcf28a7" \
18+
ACTIONS_RUNNER_VERSION="2.332.0" \
19+
ACTIONS_RUNNER_PKG_SHA="f2094522a6b9afeab07ffb586d1eb3f190b6457074282796c497ce7dce9e0f2a" \
2020
MICROSOFT_SQL_ODBC_VERSION="18.6.1.1-1" \
2121
MICROSOFT_SQL_TOOLS_VERSION="18.6.1.1-1" \
2222
PATH="/opt/mssql-tools18/bin:${PATH}"
@@ -44,7 +44,7 @@ apt-get update
4444
apt-get install --yes --no-install-recommends \
4545
"apt-transport-https=2.8.3" \
4646
"ca-certificates=20240203" \
47-
"curl=8.5.0-2ubuntu10.6" \
47+
"curl=8.5.0-2ubuntu10.7" \
4848
"gettext=0.21-14ubuntu2" \
4949
"git=1:2.43.0-1ubuntu7.3" \
5050
"gcc=4:13.2.0-7ubuntu1" \

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apiVersion: v2
33
name: actions-runner
44
description: Deploy GitHub Actions self-hosted runner
55
type: application
6-
version: 2.330.0-5
7-
appVersion: 2.330.0-5
6+
version: 2.330.0-6
7+
appVersion: 2.330.0-6
88
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
99
maintainers:
1010
- name: moj-data-platform-robot

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
image:
88
pullPolicy: IfNotPresent
99
repository: ghcr.io/ministryofjustice/analytical-platform-actions-runner
10-
tag: 2.330.0-5
10+
tag: 2.330.0-6
1111

1212
imagePullSecrets: []
1313

test/container-structure-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commandTests:
2929
- name: "actions-runner"
3030
command: "bash"
3131
args: ["run.sh", "--version"]
32-
expectedOutput: ["2.331.0"]
32+
expectedOutput: ["2.332.0"]
3333

3434
- name: "sqlcmd"
3535
command: "sqlcmd"

0 commit comments

Comments
 (0)