diff --git a/containers/builder/Dockerfile b/containers/builder/Dockerfile index b225b4353180402301c88f91ba25fff036104701..e80801e4eadd3192d67b6cab9f53a45ea08c17a5 100644 --- a/containers/builder/Dockerfile +++ b/containers/builder/Dockerfile @@ -1,6 +1,6 @@ # Builder with Argonne EIC software # -FROM eicweb.phy.anl.gov:4567/containers/image_recipes/debian_spack:snapshot-20200922 +FROM eicweb.phy.anl.gov:4567/containers/image_recipes/debian_spack:snapshot-20201025 LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \ name="eic_builder" \ @@ -11,7 +11,7 @@ LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \ ENV DOCKERFILE_BASE=debian \ DOCKERFILE_DISTRO=debian \ - DOCKERFILE_DISTRO_VERSION=20200908-testing \ + DOCKERFILE_DISTRO_VERSION=20201012-testing \ SPACK_ROOT=/opt/spack \ DEBIAN_FRONTEND=noninteractive \ CURRENTLY_BUILDING_DOCKER_IMAGE=1 \ diff --git a/containers/release/Dockerfile.in b/containers/release/Dockerfile.in index 7d49e32783f04f98a2f7fd2ffa076c23f18c986c..ce3549aecb1e8d9d20602cf58b3c4d33703aeb5b 100644 --- a/containers/release/Dockerfile.in +++ b/containers/release/Dockerfile.in @@ -11,7 +11,7 @@ RUN find -L /usr/local/* -type f -exec readlink -f '{}' \; | \ grep 'x-executable\|x-archive\|x-sharedlib' | \ awk -F: '{print $1}' | xargs strip -s -FROM eicweb.phy.anl.gov:4567/containers/image_recipes/debian_minimal:testing-20200908 +FROM eicweb.phy.anl.gov:4567/containers/image_recipes/debian_minimal:testing-20201012 LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \ name="eic" \ group="eic" \ @@ -22,7 +22,7 @@ LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \ ## @ENV@ will be automatically expanded to auto-load the ## runtime environment ENV DOCKERFILE_DISTRO=ubuntu \ - DOCKERFILE_DISTRO_VERSION=20200908-testing \ + DOCKERFILE_DISTRO_VERSION=20201012-testing \ DEBIAN_FRONTEND=noninteractive \ @ENV@