Skip to content

Commit d451424

Browse files
committed
Bump glab to 1.61.0
1 parent 8283e8e commit d451424

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

glab/docker-bake.hcl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ variable "TAG_PREFIX" {
33
}
44

55
variable "VERSION" {
6-
default = "1.60.2"
6+
default = "1.61.0"
77
}
88

99
# 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" {
1414
target "_common" {
1515
args = {
1616
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"
2323
}
2424
dockerfile = "Containerfile"
2525
tags = [

0 commit comments

Comments
 (0)