mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-05 02:45:28 +00:00
fix(docker): bump Docker CLI to a patched release
This commit is contained in:
parent
a22272a158
commit
0f259ea5f6
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
# /var/run/docker.sock mount). The Debian `docker.io` package ships
|
||||
# dockerd but not the client binary on slim, so grab the static client
|
||||
# tarball from download.docker.com instead.
|
||||
ARG DOCKER_CLI_VERSION=27.5.1
|
||||
ARG DOCKER_CLI_VERSION=29.6.2
|
||||
RUN ARCH="$(dpkg --print-architecture)" \
|
||||
&& case "$ARCH" in \
|
||||
amd64) DARCH=x86_64 ;; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue