Skip to content

Commit

Permalink
refs platform/#2565: Upgrade docker compose to version 2.23.1. (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: Valeria Salis <[email protected]>
  • Loading branch information
vallss and Valeria Salis authored Nov 30, 2023
1 parent dc7ad58 commit 3f8b9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM eu.gcr.io/google.com/cloudsdktool/google-cloud-cli:445.0.0-alpine
LABEL org.opencontainers.image.source https://github.com/sparkfabrik/spark-k8s-deployer

# https://github.com/docker/compose/releases
ENV COMPOSE_VERSION v2.23.0
ENV COMPOSE_VERSION v2.23.1
# https://download.docker.com/linux/static/stable/x86_64
ENV DOCKER_VERSION 24.0.7
ENV DOCKER_BUILDX_VERSION v0.11.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ within gitlab-ci.
This image includes:

- Docker client 20.10.7
- Docker-compose v2.14.0
- Docker-compose v2.23.1
- Google cloud sdk 422.0.0
- Helm 3.11.2 (helm3 binary)
- Deploy scripts on `scripts`
Expand Down

0 comments on commit 3f8b9f1

Please sign in to comment.