From 37a4d7b4929175421cf1e7a6b8c68c1cb342c24d Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:32:06 -0400 Subject: [PATCH] upping base image version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c126081..e2ae800 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build the APSVIZ-Collab-sync image # leverage the renci python base image -FROM python:3.11.5-slim +FROM python:3.11.6-slim # update the image base RUN apt-get update && apt-get -y upgrade