Skip to content

Commit

Permalink
add missing \ in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jul 1, 2024
1 parent 64b9ea1 commit 7de6d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/operator.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go mod download
COPY . ./

RUN CGO_ENABLED=0 GOOS=linux go build \
-ldflags "-X github.com/AvaProtocol/ap-avs/version.semver=$RELEASE_TAG"
-ldflags "-X github.com/AvaProtocol/ap-avs/version.semver=$RELEASE_TAG" \
-o /ava


Expand Down

0 comments on commit 7de6d4f

Please sign in to comment.