This commit is contained in:
Thomas E Lackey 2024-02-23 19:13:38 -06:00
parent aa67dc94c1
commit 69a3465bfd

View File

@ -20,8 +20,8 @@ RUN npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm
npm install -g @cerc-io/laconic-registry-cli && \
npm install -g yarn
# docker-static (needed because of a bug with 'podman manifest'
ARG DOCKER_VER=25.0.3
# docker-static (needed because of a bug with 'podman manifest'). Stick with 24 for buildx commands.
ARG DOCKER_VER=24.0.9
WORKDIR /tmp
RUN curl -LO https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VER}.tgz && \
tar zxvf docker-${DOCKER_VER}.tgz docker/docker && \