24.0.9
This commit is contained in:
parent
aa67dc94c1
commit
69a3465bfd
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user