From 9cf023cb4caf4391421f0ce5c38b1be5fecddd30 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Mon, 6 Jun 2022 15:53:41 -0400 Subject: [PATCH] Update Python v3.10.4 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f91d85..bb64972 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # compile dcm2niix from source -FROM alpine:3.15 as builder +FROM alpine:3.16 as builder RUN apk add build-base git cmake make @@ -18,7 +18,7 @@ RUN make # install Python ChRIS plugin -FROM docker.io/python:3.10.2-alpine3.15 +FROM docker.io/python:3.10.4-alpine3.16 LABEL org.opencontainers.image.authors="FNNDSC " \ org.opencontainers.image.title="pl-dcm2niix" \