Skip to content

Commit f2b96d1

Browse files
committed
adding version v3.10.1
Signed-off-by: vsoch <[email protected]>
1 parent af381f8 commit f2b96d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk cry
2727
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap libseccomp-dev
2828

2929

30-
ENV SINGULARITY_VERSION=3.10.0
30+
ENV SINGULARITY_VERSION=3.10.1
3131
LABEL Maintainer @vsoch
3232
RUN mkdir -p /usr/local/var/singularity/mnt && \
3333
mkdir -p $GOPATH/src/github.com/sylabs && \

Dockerfile.arm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM golang:1.17.8-buster
2020
################################################################################
2121

2222
ENV DEBIAN_FRONTEND noninteractive
23-
ENV SINGULARITY_VERSION=3.10.0
23+
ENV SINGULARITY_VERSION=3.10.1
2424
LABEL Maintainer @vsoch
2525

2626
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)