From 9b9ee210ec731dd559c82733aabc967f10b9316a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= <33513211+antirotor@users.noreply.github.com> Date: Wed, 14 Apr 2021 10:29:21 +0200 Subject: [PATCH] remove latest tag on docker image update docker tags info --- website/docs/dev_build.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/dev_build.md b/website/docs/dev_build.md index 368388a1c0..14efeaa850 100644 --- a/website/docs/dev_build.md +++ b/website/docs/dev_build.md @@ -72,8 +72,10 @@ as a base image. You can pull the image: ```sh -docker pull pypeclub/openpype:latest +# replace 3.0.0 tag with version you want +docker pull pypeclub/openpype:3.0.0 ``` +See https://hub.docker.com/r/pypeclub/openpype/tag for more. #### Manual build To build OpenPype on Linux you wil need: