Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ARG TARGETOS
ARG TARGETARCH

WORKDIR /build
USER root

# Copy go mod files first for better layer caching
COPY go.mod go.sum ./
Expand All @@ -33,7 +34,7 @@ RUN echo "Building for ${TARGETOS}/${TARGETARCH}" && \
# Latest version including checksums can be found at:
# https://docs.cloud.google.com/sdk/docs/install-sdk#linux
#
# Unfortunately Googles release pipelines currently do not properly support versioned, checksum-protected downloads,
# Unfortunately Googles release pipelines currently do not properly support versioned, checksum-protected downloads,
#
# THE PROBLEM
#
Expand Down
Loading