From 58a5bb3a1c48aba8a12f12feca24922f6c147950 Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Wed, 12 Apr 2023 09:46:46 -0400 Subject: [PATCH] Update Dockerfile to latest VOS Release, 7.2.9 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b73e63..8df861a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 -# Set Virtuoso commit SHA to Virtuoso 7.2.6.1 release (2021-06-22) -ENV VIRTUOSO_COMMIT 64663f91c657aec14bbdcef8b6e5c9b6ac89cb8b +# Set Virtuoso commit SHA to Virtuoso 7.2.9 release (2023-02-28) +ENV VIRTUOSO_COMMIT 795af34a7287f064effd91ed251e6bb711f1f5ee # Build virtuoso from source and clean up afterwards RUN apt-get update \