diff --git a/docker/ci-ocio/Dockerfile b/docker/ci-ocio/Dockerfile index df8abef3c..9aa60d565 100644 --- a/docker/ci-ocio/Dockerfile +++ b/docker/ci-ocio/Dockerfile @@ -9,7 +9,7 @@ ARG ASWF_PKG_ORG=aswftesting ARG CI_COMMON_VERSION=2 ARG VFXPLATFORM_VERSION=2021 # OCIO repo branch or tag name -ARG OCIO_VERSION=v2.0.0 +ARG OCIO_VERSION=v2.1.0 # Latest configs ~3 GB because of ACES 1.0.x. # Upstream only copies nuke-default, therefore we also use the older configs. ARG OCIO_CONFIGS_VERSION=1.0_r2 diff --git a/docker/ci-olive/Dockerfile b/docker/ci-olive/Dockerfile index a129f40a7..db87ffd00 100644 --- a/docker/ci-olive/Dockerfile +++ b/docker/ci-olive/Dockerfile @@ -12,7 +12,7 @@ ARG OLIVE_ORG=olivevideoeditor ARG ASWF_PKG_ORG=aswftesting ARG CI_COMMON_VERSION=2 ARG VFXPLATFORM_VERSION=2021 -ARG OCIO_VERSION=2.0.0 +ARG OCIO_VERSION=2.1.0 ARG FFMPEG_VERSION=4.2.4 FROM ${ASWF_PKG_ORG}/ci-package-qt:${VFXPLATFORM_VERSION} as ci-package-qt