Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oktetobot committed Jan 14, 2025
1 parent 7696257 commit e1fc9d6
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.3.1 AS final
WORKDIR /root/
COPY --from=builder /app/bin/okteto-test /okteto-test
ENTRYPOINT ["/okteto-test"]

0 comments on commit e1fc9d6

Please sign in to comment.