Update Dockerfile

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-01-25 11:11:03 +01:00
committed by GitHub
parent 836c4134f2
commit c74940b3ec
+1 -1
View File
@@ -11,7 +11,7 @@ RUN mkdir -p /build /output
WORKDIR /build WORKDIR /build
# Copy go mod and sum files # Copy go mod and sum files
COPY ./containers/apps/kube-sa-proxy/go.mod apps/kube-sa-proxy/go.sum ./ COPY ./containers/apps/kube-sa-proxy/go.mod ./containers/apps/kube-sa-proxy/go.sum ./
# Download dependencies # Download dependencies
RUN go mod download RUN go mod download