Skip to content

Commit 15678c3

Browse files
committed
Bump doctl to 1.131.0
1 parent 89cd23c commit 15678c3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doctl/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG BASE_IMAGE=docker.io/ubuntu:noble-20250404
2+
ARG BASE_IMAGE=docker.io/ubuntu:noble-20250529
33
FROM $BASE_IMAGE AS base
44

55
FROM base AS download

doctl/docker-bake.hcl

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

55
variable "VERSION" {
6-
default = "1.124.0"
6+
default = "1.131.0"
77
}
88

99
# There's no darwin-based Docker, so if we're running on macOS, change the platform to linux
@@ -14,10 +14,10 @@ variable "LOCAL_PLATFORM" {
1414
target "_common" {
1515
args = {
1616
DOCTL_VERSION = "${VERSION}"
17-
DOCTL_URL_AMD64 = "https://github.com/digitalocean/doctl/releases/download/v1.124.0/doctl-1.124.0-linux-amd64.tar.gz"
18-
DOCTL_SHA256_AMD64 = "e197811abae90bf44cb4139863471c2c69d0643a2f0d1c28047f369cbf5979e0"
19-
DOCTL_URL_ARM64 = "https://github.com/digitalocean/doctl/releases/download/v1.124.0/doctl-1.124.0-linux-arm64.tar.gz"
20-
DOCTL_SHA256_ARM64 = "18d1d8e2327abf1edd114ec0fb78e216bc2e4c2aff197d746fc029d9c3603be7"
17+
DOCTL_URL_AMD64 = "https://github.com/digitalocean/doctl/releases/download/v1.131.0/doctl-1.131.0-linux-amd64.tar.gz"
18+
DOCTL_SHA256_AMD64 = "3b87bd67dd2c763c4dfad6cec010b1249aaa1dca848f91f08bde6854ca4c1053"
19+
DOCTL_URL_ARM64 = "https://github.com/digitalocean/doctl/releases/download/v1.131.0/doctl-1.131.0-linux-arm64.tar.gz"
20+
DOCTL_SHA256_ARM64 = "82bc05e4561182c18079efc775d392f8fcb620976d9b9ac5acd9d5a2db42135d"
2121
}
2222
dockerfile = "Containerfile"
2323
tags = [
@@ -41,4 +41,4 @@ target "local" {
4141
target "default" {
4242
inherits = ["_common"]
4343
platforms = ["linux/amd64", "linux/arm64/v8"]
44-
}
44+
}

0 commit comments

Comments
 (0)