From 9a267d627237cbbc79c3e404b12266f242a7c20c Mon Sep 17 00:00:00 2001 From: Brian Koopman Date: Fri, 2 Aug 2024 16:25:31 -0400 Subject: [PATCH] Bump ocs base image to v0.11.1 (#710) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e58ebd3ef..e5b2caf91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # A container setup with an installation of socs. # Use the ocs image as a base -FROM simonsobs/ocs:v0.11.0-5-g3909484 +FROM simonsobs/ocs:v0.11.1 # Set up the cryo/smurf user and group so this can run on smurf-servers # See link for how all other smurf-containers are set up: