We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d848845 commit a7d315aCopy full SHA for a7d315a
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ COPY . .
11
12
RUN go build -o bin/okteto-test -ldflags="-s -w" -trimpath ./cmd/main.go
13
14
-FROM ghcr.io/okteto/okteto:master AS final
+FROM ghcr.io/okteto/okteto:3.15.0 AS final
15
WORKDIR /root/
16
COPY --from=builder /app/bin/okteto-test /okteto-test
17
ENTRYPOINT ["/okteto-test"]
0 commit comments