Skip to content

Commit

Permalink
Merge branch 'main' into upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Feb 5, 2024
2 parents 3047beb + 789ca54 commit 73da42d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.21@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0 AS builder
FROM golang:1.21@sha256:7b575fe0d9c2e01553b04d9de8ffea6d35ca3ab3380d2a8db2acc8f0f1519a53 AS builder
COPY . /build
WORKDIR /build
RUN CGO_ENABLED=0 go build ./act.go
Expand Down
2 changes: 1 addition & 1 deletion fixtures/no_good/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8@sha256:abb60170a002e1a9de6aeeb0ce9b3a8248dd202d5247621a548aab2d1c09ecd5
FROM quay.io/centos/centos:stream8@sha256:20ef8d90e1bd590f614dccb6e24d612bd4fc85fbe394f2395f103b6aa7140c4d
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
Expand Down
2 changes: 1 addition & 1 deletion fixtures/perfect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8@sha256:abb60170a002e1a9de6aeeb0ce9b3a8248dd202d5247621a548aab2d1c09ecd5
FROM quay.io/centos/centos:stream8@sha256:20ef8d90e1bd590f614dccb6e24d612bd4fc85fbe394f2395f103b6aa7140c4d

RUN dnf -y module install python39 && dnf -y install python39 python39-pip
RUN dnf -y install fio-3.19-3.el8
Expand Down

0 comments on commit 73da42d

Please sign in to comment.