Skip to content

Commit 3332384

Browse files
committed
Upgrade Docker Compose CLI to 2.32.3 version
1 parent 5e6f927 commit 3332384

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

9-
## [main] · unreleased
10-
[main]: /../../tree/main
9+
## [0.9.0-docker27.4.1-compose2.32.3-kubectl1.32.0-helm3.16.4-reg0.16.1-releasecli0.20.0] · 2025-01-14
10+
[0.9.0-docker27.4.1-compose2.32.3-kubectl1.32.0-helm3.16.4-reg0.16.1-releasecli0.20.0]: /../../tree/0.9.0-docker27.4.1-compose2.32.3-kubectl1.32.0-helm3.16.4-reg0.16.1-releasecli0.20.0
1111

12-
[Diff](/../../compare/0.9.0-docker27.4.1-compose2.32.2-kubectl1.32.0-helm3.16.4-reg0.16.1-releasecli0.20.0...main)
12+
[Diff](/../../compare/0.9.0-docker27.4.1-compose2.32.2-kubectl1.32.0-helm3.16.4-reg0.16.1-releasecli0.20.0...0.9.0-docker27.4.1-compose2.32.3-kubectl1.32.0-helm3.16.4-reg0.16.1-releasecli0.20.0)
13+
14+
### Upgraded
15+
16+
- [Docker Compose] CLI 2.32.3: <https://github.com/docker/compose/releases/tag/v2.32.3>
1317

1418
### Security updated
1519

@@ -25,7 +29,7 @@ All user visible changes to this project will be documented in this file. This p
2529

2630
### Upgraded
2731

28-
- [Docker Compose] CLI 2.32.1: <https://github.com/docker/compose/releases/tag/v2.32.1>
32+
- [Docker Compose] CLI 2.32.2: <https://github.com/docker/compose/releases/tag/v2.32.2>
2933

3034
### Security updated
3135

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM alpine AS runtime
1919

2020
ARG image_ver=0.9.0
2121
ARG docker_ver=27.4.1
22-
ARG docker_compose_ver=2.32.2
22+
ARG docker_compose_ver=2.32.3
2323
ARG kubectl_ver=1.32.0
2424
ARG helm_ver=3.16.4
2525
ARG reg_ver=0.16.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GitLab Builder Docker image
1616

1717
## Supported tags and respective `Dockerfile` links
1818

19-
- [`0.9.0-docker27.4.1-compose2.32.2-kubectl1.32.0-helm3.16.4-reg0.16.1-releasecli0.20.0`, `0.9.0`, `0.9`, `latest`][d1]
19+
- [`0.9.0-docker27.4.1-compose2.32.3-kubectl1.32.0-helm3.16.4-reg0.16.1-releasecli0.20.0`, `0.9.0`, `0.9`, `latest`][d1]
2020

2121

2222

0 commit comments

Comments
 (0)