generated from FNNDSC/python-chrisapp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>" \ | ||
org.opencontainers.image.title="pl-dcm2niix" \ | ||
|