Skip to content

Commit

Permalink
Upgrade Docker Compose CLI to 2.28.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jun 21, 2024
1 parent 4db240f commit 79fe46e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [0.9.0-docker26.1.4-compose2.28.0-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0] · 2024-06-21
[0.9.0-docker26.1.4-compose2.28.0-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0]: /../../tree/0.9.0-docker26.1.4-compose2.28.0-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0

[Diff](/../../compare/0.9.0-docker26.1.4-compose2.27.3-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0...0.9.0-docker26.1.4-compose2.28.0-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0)

### Upgraded

- [Docker Compose] CLI 2.28.0: <https://github.com/docker/compose/releases/tag/v2.28.0>




## [0.9.0-docker26.1.4-compose2.27.3-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0] · 2024-06-21
[0.9.0-docker26.1.4-compose2.27.3-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0]: /../../tree/0.9.0-docker26.1.4-compose2.27.3-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM alpine AS runtime

ARG image_ver=0.9.0
ARG docker_ver=26.1.4
ARG docker_compose_ver=2.27.3
ARG docker_compose_ver=2.28.0
ARG kubectl_ver=1.30.2
ARG helm_ver=3.15.2
ARG reg_ver=0.16.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GitLab Builder Docker image

## Supported tags and respective `Dockerfile` links

- [`0.9.0-docker26.1.4-compose2.27.3-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0`, `0.9.0`, `0.9`, `latest`][d1]
- [`0.9.0-docker26.1.4-compose2.28.0-kubectl1.30.2-helm3.15.2-reg0.16.1-releasecli0.18.0`, `0.9.0`, `0.9`, `latest`][d1]



Expand Down

0 comments on commit 79fe46e

Please sign in to comment.