File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.16.6-alpine as base
22
33# ###############################################################################
44#
5- # Copyright (C) 2019-2021 Vanessa Sochat.
5+ # Copyright (C) 2019-2022 Vanessa Sochat.
66#
77# This program is free software: you can redistribute it and/or modify it
88# under the terms of the GNU Affero General Public License as published by
@@ -31,7 +31,7 @@ RUN apk update && \
3131RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp
3232RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup
3333
34- ENV SINGULARITY_VERSION 3.9.2
34+ ENV SINGULARITY_VERSION 3.9.4
3535RUN mkdir -p /usr/local/var/singularity/mnt && \
3636 mkdir -p $GOPATH/src/github.com/sylabs && \
3737 cd $GOPATH/src/github.com/sylabs && \
Original file line number Diff line number Diff line change 1- 3.9.2
1+ 3.9.4
You can’t perform that action at this time.
0 commit comments