Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jun 6, 2023
1 parent b6f1e79 commit 82ce28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# Build the binary
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.19 AS builder
FROM docker.io/golang:1.19 AS builder
WORKDIR /workspace

# Install dependencies.
Expand Down

0 comments on commit 82ce28c

Please sign in to comment.