File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
- ARG BASE_IMAGE=docker.io/ubuntu:noble-20250404
2
+ ARG BASE_IMAGE=docker.io/ubuntu:noble-20250529
3
3
FROM $BASE_IMAGE AS base
4
4
5
5
FROM base AS download
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.124 .0"
6
+ default = " 1.131 .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,10 +14,10 @@ variable "LOCAL_PLATFORM" {
14
14
target "_common" {
15
15
args = {
16
16
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 "
21
21
}
22
22
dockerfile = " Containerfile"
23
23
tags = [
@@ -41,4 +41,4 @@ target "local" {
41
41
target "default" {
42
42
inherits = [" _common" ]
43
43
platforms = [" linux/amd64" , " linux/arm64/v8" ]
44
- }
44
+ }
You can’t perform that action at this time.
0 commit comments