From 7183c88323b1782a33bc5693c58efdb2964f3d25 Mon Sep 17 00:00:00 2001 From: mdefende <mdefende@uab.edu> Date: Tue, 2 Jul 2024 14:14:54 -0500 Subject: [PATCH] try to fix sha --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ddd335..74fb7e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Anaconda base image -FROM continuumio/anaconda3:bd2af590d39a5d1b590cd6ad2abab37ae386b7e2a9b9d91e110d3d82074f3af9 +FROM continuumio/anaconda3:sha256:bd2af590d39a5d1b590cd6ad2abab37ae386b7e2a9b9d91e110d3d82074f3af9 # Set environment variable to avoid user interaction during package installation ENV DEBIAN_FRONTEND=noninteractive -- GitLab