From 3b23c0ae8dd83d7cab88e2de47b473d783d6c4ba Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:52:18 +0100 Subject: [PATCH] Update Patch and digest updates Signed-off-by: Platform Engineering Bot --- Dockerfile | 2 +- fixtures/no_good/Dockerfile | 2 +- fixtures/perfect/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1ee1d5e..dbdec34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.21@sha256:ae34fbf671566a533f92e5469f3f3d34e9e6fb14c826db09956454da9a84c9a9 AS builder +FROM golang:1.21@sha256:2ff79bcdaff74368a9fdcb06f6599e54a71caf520fd2357a55feddd504bcaffb AS builder COPY . /build WORKDIR /build RUN CGO_ENABLED=0 go build ./act.go diff --git a/fixtures/no_good/Dockerfile b/fixtures/no_good/Dockerfile index dc00b7d..248ce3a 100644 --- a/fixtures/no_good/Dockerfile +++ b/fixtures/no_good/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/centos/centos:stream8@sha256:5917fa6bdbced823c488264ba03f1cfab852c15b5e47714fc8c9a074adc7cfdd +FROM quay.io/centos/centos:stream8@sha256:34aaf8788a2467f602c5772884448236bb41dfe1691a78dee33053bb24474395 RUN dnf -y install dnf-plugins-core &&\ dnf -y config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo &&\ dnf -y install golang docker-ce-cli diff --git a/fixtures/perfect/Dockerfile b/fixtures/perfect/Dockerfile index df60f5f..4a37f4f 100644 --- a/fixtures/perfect/Dockerfile +++ b/fixtures/perfect/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/centos/centos:stream8@sha256:5917fa6bdbced823c488264ba03f1cfab852c15b5e47714fc8c9a074adc7cfdd +FROM quay.io/centos/centos:stream8@sha256:34aaf8788a2467f602c5772884448236bb41dfe1691a78dee33053bb24474395 RUN dnf -y module install python39 && dnf -y install python39 python39-pip RUN dnf -y install fio-3.19-3.el8