Skip to content
Snippets Groups Projects
Commit defe272c authored by jurgenhaas's avatar jurgenhaas
Browse files

Updates:

- docker 26.1.2
- docker buildx 0.14.0
- docker compose 2.27.0
- buildx 0.14.0
- composer 2.7.6
- difftastic 0.58.0
- fx 34.0.0
- glab 1.40.0
- git_extras 1.40.0
- yp 4.44.1
- Python packages in general
parent 43b760a1
No related branches found
No related tags found
1 merge request!69Merging develop into main
......@@ -13,21 +13,21 @@ LABEL com.example.vendor="LakeDrops" \
ARG ALPINE_VERSION
ARG PHP_MAJOR_VERSION
ARG AHOY_VERSION=2.1.1
ARG DIFFTASTIC_VERSION=0.56.1
ARG DIFFTASTIC_VERSION=0.58.0
ARG DOCKER_CHANNEL=stable
# Check for latest at https://download.docker.com/linux/static/stable/x86_64/
ARG DOCKER_VERSION=26.0.0
ARG GIT_EXTRAS_VERSION=7.1.0
ARG GLAB_VERSION=1.37.0
ARG GIT_EXTRAS_VERSION=7.2.0
ARG GLAB_VERSION=1.40.0
ARG apkArch
ARG buildx_version=0.13.1
ARG buildx_version=0.14.0
# IMPORTANT: keep the docker compose version in sync with the Ansible Docker role.
ARG compose_version=2.25.0
ARG composer_version=2.7.2
ARG compose_version=2.27.0
ARG composer_version=2.7.6
ARG dockerArch
ARG fx_version=33.0.0
ARG fx_version=34.0.0
ARG glibc_version=2.35-r1
ARG yq_version=4.42.1
ARG yq_version=4.44.1
ADD usrbin/column /usr/bin/column
ADD bin/* /usr/local/bin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment