We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f6cc6 commit a7515b3Copy full SHA for a7515b3
singularity/build/scripts/singularity-prepare-instance.sh
@@ -95,8 +95,8 @@ Bootstrap: docker
95
From: ubuntu:18.04
96
%post
97
export LC_LANG=C
98
- export VERSION=1.12.6 OS=linux ARCH=amd64
99
- export SINGULARITY_VERSION=3.2.1
+ export VERSION=1.13 OS=linux ARCH=amd64
+ export SINGULARITY_VERSION=3.4.2
100
export DEBIAN_FRONTEND=noninteractive
101
apt-get update -y
102
apt-get -y install git build-essential libssl-dev uuid-dev pkg-config curl gcc cryptsetup
0 commit comments