From 4f961c01ac102464ba99e83e707a3610d740c386 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Fri, 12 Jul 2024 13:38:43 +1200 Subject: [PATCH] Use `aswf/ci-vfxall:2024` in `Dockerfile`. References #141. Signed-off-by: Thomas Mansencal Signed-off-by: Thomas Mansencal --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79109c7..b286e3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/r/aswf/ci-vfxall/tags -FROM aswf/ci-vfxall:2022 +FROM aswf/ci-vfxall:2024 # Base Building Dependencies. RUN yum install --setopt=tsflags=nodocs -y \