From de271fc79bc23ba3a72e954f8ce9bbdfff6d0bd1 Mon Sep 17 00:00:00 2001 From: BenSouchet Date: Tue, 24 Oct 2023 16:00:16 +0200 Subject: [PATCH] Fix init OPENPYPE_QUAD_SYNCHRO_VERSION --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1d125dd..0c234b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM debian:bullseye AS builder ARG OPENPYPE_PYTHON_VERSION=3.9.16 ARG DEBIAN_FRONTEND=noninteractive +ARG OPENPYPE_QUAD_SYNCHRO_VERSION LABEL org.opencontainers.image.name="openpype-module-docker" LABEL org.opencontainers.image.documentation="https://github.com/quadproduction/openpype-module-docker"