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
66LABEL 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
4444apt-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" \
0 commit comments