File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN apk update && \
2626RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk cryptsetup
2727RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap
2828
29- ENV SINGULARITY_VERSION=3.9.8
29+ ENV SINGULARITY_VERSION=3.9.9
3030LABEL Maintainer @vsoch
3131RUN mkdir -p /usr/local/var/singularity/mnt && \
3232 mkdir -p $GOPATH/src/github.com/sylabs && \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM golang:1.17.8-buster
2020################################################################################
2121
2222ENV DEBIAN_FRONTEND noninteractive
23- ENV SINGULARITY_VERSION=3.9.8
23+ ENV SINGULARITY_VERSION=3.9.9
2424LABEL Maintainer @vsoch
2525
2626RUN apt-get update && apt-get install -y \
You can’t perform that action at this time.
0 commit comments