File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ variable "TAG_PREFIX" {
3
3
}
4
4
5
5
variable "VERSION" {
6
- default = " 1.60.2 "
6
+ default = " 1.61.0 "
7
7
}
8
8
9
9
# There's no darwin-based Docker, so if we're running on macOS, change the platform to linux
@@ -14,12 +14,12 @@ variable "LOCAL_PLATFORM" {
14
14
target "_common" {
15
15
args = {
16
16
GLAB_VERSION = " ${ VERSION } "
17
- GLAB_URL_AMD64 = " https://gitlab.com/gitlab-org/cli/-/releases/v1.60.2 /downloads/glab_1.60.2_linux_amd64 .deb"
18
- GLAB_SHA256_AMD64 = " 74360ef7f090b93e213ba3f1adb8cb00fca459e26cbf15bca78a7bfea18f85fe "
19
- GLAB_URL_ARM64 = " https://gitlab.com/gitlab-org/cli/-/releases/v1.60.2 /downloads/glab_1.60.2_linux_arm64 .deb"
20
- GLAB_SHA256_ARM64 = " 56bee7ff82331ad31913514abee98aec68dce915c3b4690c6392ea1a5a01db6a "
21
- DOCKER_URL_AMD64 = " https://download.docker.com/linux/static/stable/x86_64/docker-28.2.2 .tgz"
22
- DOCKER_URL_ARM64 = " https://download.docker.com/linux/static/stable/aarch64/docker-28.2.2 .tgz"
17
+ GLAB_URL_AMD64 = " https://gitlab.com/gitlab-org/cli/-/releases/v1.61.0 /downloads/glab_1.61.0_linux_amd64 .deb"
18
+ GLAB_SHA256_AMD64 = " 341464cd7f0dd2193743eace085b67abe2344174515c0f9c8bdba20539cf1f5d "
19
+ GLAB_URL_ARM64 = " https://gitlab.com/gitlab-org/cli/-/releases/v1.61.0 /downloads/glab_1.61.0_linux_arm64 .deb"
20
+ GLAB_SHA256_ARM64 = " f628a54bda37506829922a06e0b77ba9bc8d7d91a1ad0237014ca201e20a0664 "
21
+ DOCKER_URL_AMD64 = " https://download.docker.com/linux/static/stable/x86_64/docker-28.3.0 .tgz"
22
+ DOCKER_URL_ARM64 = " https://download.docker.com/linux/static/stable/aarch64/docker-28.3.0 .tgz"
23
23
}
24
24
dockerfile = " Containerfile"
25
25
tags = [
You can’t perform that action at this time.
0 commit comments