From 795477229fb230fdf6368641920527704be95bb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:07:52 +0000 Subject: [PATCH] chore(deps): update rockylinux docker tag to v9 --- binary-builder-glibc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary-builder-glibc/Dockerfile b/binary-builder-glibc/Dockerfile index 6fdbddb..41e2d76 100644 --- a/binary-builder-glibc/Dockerfile +++ b/binary-builder-glibc/Dockerfile @@ -1,6 +1,6 @@ # Fixing to a specific SHA rather than a mutable tag, stops rebuilds completely # changing the contents of the container without us realising. -FROM rockylinux:8@sha256:9794037624aaa6212aeada1d28861ef5e0a935adaf93e4ef79837119f2a2d04c +FROM rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed6892889657e5ddaaa6 # renovate: datasource=github-releases depName=rust-lang/rust extractVersion=^v(?.*)$ ARG RUST_VERSION=1.80.1