Skip to content

Commit a7d315a

Browse files
committed
Release 3.15.0
1 parent d848845 commit a7d315a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . .
1111

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

14-
FROM ghcr.io/okteto/okteto:master AS final
14+
FROM ghcr.io/okteto/okteto:3.15.0 AS final
1515
WORKDIR /root/
1616
COPY --from=builder /app/bin/okteto-test /okteto-test
1717
ENTRYPOINT ["/okteto-test"]

0 commit comments

Comments
 (0)