diff --git a/stx/dockerfiles/stx-pkgbuilder.Dockerfile b/stx/dockerfiles/stx-pkgbuilder.Dockerfile index 15d5254df..b0d3df1e5 100644 --- a/stx/dockerfiles/stx-pkgbuilder.Dockerfile +++ b/stx/dockerfiles/stx-pkgbuilder.Dockerfile @@ -15,7 +15,6 @@ FROM debian:bullseye ARG STX_MIRROR_URL=https://mirror.starlingx.windriver.com/mirror -ARG DEBIAN_SNAPSHOT_BASE=${STX_MIRROR_URL}/debian/debian/snapshot.debian.org/archive/debian RUN echo "deb-src http://deb.debian.org/debian bullseye main" >> /etc/apt/sources.list ARG DEBIAN_FRONTEND=noninteractive @@ -62,8 +61,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968927 RUN cd /tmp && \ ( \ - wget ${STX_MIRROR_URL}/debian/debian/snapshot.debian.org/archive/debian/20220331T000000Z/pool/main/d/debootstrap/debootstrap_1.0.128%2Bnmu2%2Bdeb12u1_all.deb || \ - wget ${DEBIAN_SNAPSHOT_BASE}/20220331T000000Z/pool/main/d/debootstrap/debootstrap_1.0.128%2Bnmu2$2Bdeb12u1_all.deb \ + wget ${STX_MIRROR_URL}/debian/snapshot.debian.org/archive/debian/20231031T030246Z/pool/main/d/debootstrap/debootstrap_1.0.128%2Bnmu2%2Bdeb12u1_all.deb || \ + wget https://snapshot.debian.org/archive/debian/20231031T030246Z/pool/main/d/debootstrap/debootstrap_1.0.128%2Bnmu2%2Bdeb12u1_all.deb \ ) && \ dpkg -i debootstrap_1.0.128+nmu2+deb12u1_all.deb RUN groupadd crontab