Skip to content

Commit

Permalink
Merge pull request #463 from nacos-group/develop
Browse files Browse the repository at this point in the history
Fix Dockerfile style issue
  • Loading branch information
paderlol authored Aug 2, 2024
2 parents 3c73f20 + 3198a6a commit 4361622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build the manager binary
FROM golang:1.16 as builder

FROM golang:1.16 AS builder
ARG TARGETARCH

WORKDIR /workspace
Expand Down

0 comments on commit 4361622

Please sign in to comment.