chore: upgrade docker and siblings

* `docker` from 27.1.1 to 27.3.1
* `compose` from 2.29.1 to 2.29.7
* `buildx` from 0.16.2 to 0.17.1
This commit is contained in:
João Paulo Dubas 2024-09-29 11:46:39 +00:00
parent 66b4cbc2bc
commit ca63589a6e
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:3M3n7tHeZMwM8NoM+MTvQ4zohO8MFFiyZVTZvmSEZb4

View File

@ -105,11 +105,11 @@ RUN apt-get update \
&& echo 'permit persist :wheel as root' > /etc/doas.conf
# command line utilities
ENV DO_VERSION 27.1.1
ENV DO_VERSION 27.3.1
ENV DO_URL https://download.docker.com/linux/static/stable/x86_64/docker-${DO_VERSION}.tgz
ENV DC_VERSION v2.29.1
ENV DC_VERSION v2.29.7
ENV DC_URL https://github.com/docker/compose/releases/download/${DC_VERSION}/docker-compose-linux-x86_64
ENV BX_VERSION v0.16.2
ENV BX_VERSION v0.17.1
ENV BX_URL https://github.com/docker/buildx/releases/download/${BX_VERSION}/buildx-${BX_VERSION}.linux-amd64
RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes \
&& mkdir /tmp/download \
@ -244,4 +244,3 @@ RUN git config --global user.email "${GIT_USER_EMAIL}" \
COPY ./scripts/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
COPY ./scripts/elixir-ls-setup.sh /usr/local/bin/elixir-ls-setup