Skip to content

Commit

Permalink
remove explicit TARGETPLATFORM
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 committed Dec 2, 2024
1 parent f07da37 commit c559e5a
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 @@ -22,7 +22,7 @@ COPY . .

RUN go build -o /dist/kubestr -ldflags="-w -s" .

FROM --platform=$TARGETPLATFORM alpine:3.19
FROM alpine:3.19

RUN apk --no-cache add fio

Expand Down

0 comments on commit c559e5a

Please sign in to comment.