Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oktetobot committed Nov 7, 2024
1 parent aefa5fd commit 9093244
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 @@ -11,7 +11,7 @@ COPY . .

RUN go build -o bin/okteto-test -ldflags="-s -w" ./cmd/main.go

FROM okteto/okteto:master AS final
FROM okteto/okteto:3.1.0 AS final
WORKDIR /root/
COPY --from=builder /app/bin/okteto-test /okteto-test
ENTRYPOINT ["/okteto-test"]

0 comments on commit 9093244

Please sign in to comment.