Skip to content

Commit 48ea5db

Browse files
authored
V3.9.4 (#111)
Signed-off-by: vsoch <[email protected]> * adding v3.9.4 Signed-off-by: vsoch <[email protected]> Co-authored-by: vsoch <[email protected]>
1 parent 01c8ae2 commit 48ea5db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 && \
3131
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp
3232
RUN 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
3535
RUN mkdir -p /usr/local/var/singularity/mnt && \
3636
mkdir -p $GOPATH/src/github.com/sylabs && \
3737
cd $GOPATH/src/github.com/sylabs && \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.2
1+
3.9.4

0 commit comments

Comments
 (0)