Skip to content

Commit f380184

Browse files
committed
Upgrade Go to 1.25.6, Alpine to 3.23
1 parent fe5ab56 commit f380184

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build container
2-
ARG GOVERSION=1.24
2+
ARG GOVERSION=1.25
33
ARG ALPINEVERSION
44

55
FROM --platform=${BUILDPLATFORM} \

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ variable "MULTI_PLATFORM" {
1111
}
1212

1313
variable "GOVERSION" {
14-
default = "1.24.7"
14+
default = "1.25.6"
1515
}
1616

1717
variable "ALPINEVERSION" {
18-
default = "3.22"
18+
default = "3.23"
1919
}
2020

2121
target "default" {

0 commit comments

Comments
 (0)