From 9d192307b723fd4efe4239ed70da3066f6166f94 Mon Sep 17 00:00:00 2001 From: Fiachra Corcoran Date: Fri, 13 Sep 2024 13:15:53 +0100 Subject: [PATCH] Test build images prow rerun --- build/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 00c9632..2c1d865 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -19,7 +19,6 @@ WORKDIR /go/src # cache deps before building and copying source so that we don't need to re-download as much # and so that source changes don't invalidate our downloaded layer - COPY go.mod go.sum ./ RUN echo "Downloading porch modules ..." \