Skip to content

Commit

Permalink
Update Python v3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennings Zhang authored and Jennings Zhang committed Jun 6, 2022
1 parent 23b8f27 commit 9cf023c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 <[email protected]>" \
org.opencontainers.image.title="pl-dcm2niix" \
Expand Down

0 comments on commit 9cf023c

Please sign in to comment.