Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c74940b

Browse files
authoredJan 25, 2025··
Update Dockerfile
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
1 parent 836c413 commit c74940b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎containers/apps/kube-sa-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN mkdir -p /build /output
1111
WORKDIR /build
1212

1313
# Copy go mod and sum files
14-
COPY ./containers/apps/kube-sa-proxy/go.mod apps/kube-sa-proxy/go.sum ./
14+
COPY ./containers/apps/kube-sa-proxy/go.mod ./containers/apps/kube-sa-proxy/go.sum ./
1515

1616
# Download dependencies
1717
RUN go mod download

0 commit comments

Comments
 (0)
Please sign in to comment.