Skip to content

Commit

Permalink
updating slim for 4.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jan 25, 2024
1 parent 3ccd676 commit 93fbc21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.21.3-alpine as builder

################################################################################
#
# Copyright (C) 2019-2022 Vanessa Sochat.
# Copyright (C) 2019-2024 Vanessa Sochat.
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published by
Expand All @@ -26,7 +26,7 @@ RUN apk update && \
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk cryptsetup glib-dev tzdata bash glib-dev
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev shadow-uidmap libseccomp-dev fuse3-dev

ENV SINGULARITY_VERSION=4.0.1
ENV SINGULARITY_VERSION=4.1.0
LABEL Maintainer @vsoch
RUN mkdir -p /usr/local/var/singularity/mnt && \
mkdir -p $GOPATH/src/github.com/sylabs && \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.21.3-bookworm

################################################################################
#
# Copyright (C) 2021-2023 Vanessa Sochat.
# Copyright (C) 2021-2024 Vanessa Sochat.
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published by
Expand All @@ -20,7 +20,7 @@ FROM golang:1.21.3-bookworm
################################################################################

ENV DEBIAN_FRONTEND noninteractive
ENV SINGULARITY_VERSION=4.0.1
ENV SINGULARITY_VERSION=4.1.0
LABEL Maintainer @vsoch

RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 93fbc21

Please sign in to comment.