Skip to content

Commit 93fbc21

Browse files
committed
updating slim for 4.1.0
Signed-off-by: vsoch <[email protected]>
1 parent 3ccd676 commit 93fbc21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.21.3-alpine as builder
22

33
################################################################################
44
#
5-
# Copyright (C) 2019-2022 Vanessa Sochat.
5+
# Copyright (C) 2019-2024 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
@@ -26,7 +26,7 @@ RUN apk update && \
2626
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk cryptsetup glib-dev tzdata bash glib-dev
2727
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap libseccomp-dev fuse3-dev
2828

29-
ENV SINGULARITY_VERSION=4.0.1
29+
ENV SINGULARITY_VERSION=4.1.0
3030
LABEL Maintainer @vsoch
3131
RUN mkdir -p /usr/local/var/singularity/mnt && \
3232
mkdir -p $GOPATH/src/github.com/sylabs && \

Dockerfile.arm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.21.3-bookworm
22

33
################################################################################
44
#
5-
# Copyright (C) 2021-2023 Vanessa Sochat.
5+
# Copyright (C) 2021-2024 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
@@ -20,7 +20,7 @@ FROM golang:1.21.3-bookworm
2020
################################################################################
2121

2222
ENV DEBIAN_FRONTEND noninteractive
23-
ENV SINGULARITY_VERSION=4.0.1
23+
ENV SINGULARITY_VERSION=4.1.0
2424
LABEL Maintainer @vsoch
2525

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

0 commit comments

Comments
 (0)