Skip to content

Commit

Permalink
Update Dockerfile to use okteto/okteto:master
Browse files Browse the repository at this point in the history
  • Loading branch information
oktetobot committed Dec 10, 2024
1 parent 8602adb commit 7aeefe4
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:3.2.1 AS final
FROM okteto/okteto:master AS final
WORKDIR /root/
COPY --from=builder /app/bin/okteto-test /okteto-test
ENTRYPOINT ["/okteto-test"]

0 comments on commit 7aeefe4

Please sign in to comment.