Skip to content

Commit

Permalink
Fixing tag
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <amitschendel@gmail.com>
  • Loading branch information
amitschendel committed Jul 23, 2024
1 parent 87a7b30 commit d3c3960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN --mount=target=. \
--mount=type=cache,target=/go/pkg \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /out/node-agent .

FROM gcr.io/distroless/static-debian11:debug
FROM gcr.io/distroless/static-debian11:latest

COPY --from=builder /out/node-agent /usr/bin/node-agent

Expand Down

0 comments on commit d3c3960

Please sign in to comment.