Skip to content

Commit

Permalink
Upgrade Docker CLI to 27.4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 11, 2024
1 parent 5d9728c commit 7f54013
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ All user visible changes to this project will be documented in this file. This p



## [main] · unreleased
[main]: /../../tree/main
## [0.9.0-docker27.4.0-compose2.31.0-kubectl1.31.3-helm3.16.3-reg0.16.1-releasecli0.20.0] · 2024-12-11
[0.9.0-docker27.4.0-compose2.31.0-kubectl1.31.3-helm3.16.3-reg0.16.1-releasecli0.20.0]: /../../tree/0.9.0-docker27.4.0-compose2.31.0-kubectl1.31.3-helm3.16.3-reg0.16.1-releasecli0.20.0

[Diff](/../../compare/0.9.0-docker27.3.1-compose2.31.0-kubectl1.31.3-helm3.16.3-reg0.16.1-releasecli0.20.0...main)
[Diff](/../../compare/0.9.0-docker27.3.1-compose2.31.0-kubectl1.31.3-helm3.16.3-reg0.16.1-releasecli0.20.0...0.9.0-docker27.4.0-compose2.31.0-kubectl1.31.3-helm3.16.3-reg0.16.1-releasecli0.20.0)

### Upgraded

- [Docker CLI] 27.4.0: <https://github.com/docker/cli/releases/tag/v27.4.0>

### Security updated

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM registry.gitlab.com/gitlab-org/release-cli:v${gitlab_release_cli_ver} \
FROM alpine AS runtime

ARG image_ver=0.9.0
ARG docker_ver=27.3.1
ARG docker_ver=27.4.0
ARG docker_compose_ver=2.31.0
ARG kubectl_ver=1.31.3
ARG helm_ver=3.16.3
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-docker27.3.1-compose2.31.0-kubectl1.31.3-helm3.16.3-reg0.16.1-releasecli0.20.0`, `0.9.0`, `0.9`, `latest`][d1]
- [`0.9.0-docker27.4.0-compose2.31.0-kubectl1.31.3-helm3.16.3-reg0.16.1-releasecli0.20.0`, `0.9.0`, `0.9`, `latest`][d1]



Expand Down

0 comments on commit 7f54013

Please sign in to comment.