From 3ff99a456a3dbfba5c9d4351d6ff091c53ce7154 Mon Sep 17 00:00:00 2001
From: Meg Millhouse <meg.millhouse@ligo.org>
Date: Mon, 19 Aug 2024 18:42:19 +0000
Subject: [PATCH] Update .conda-env.Dockerfile

---
 .conda-env.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.conda-env.Dockerfile b/.conda-env.Dockerfile
index 48d2a2a..d462c7f 100644
--- a/.conda-env.Dockerfile
+++ b/.conda-env.Dockerfile
@@ -30,7 +30,7 @@ RUN conda-pack -n bayeswave -o /tmp/env.tar && \
 RUN /venv/bin/conda-unpack
   
 ## Next stage
-FROM ubuntu:22.04
+FROM rockylinux/rockylinux:latest
 
 ## Essentials
 RUN yum install -y git which && \
-- 
GitLab