We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5ab56 commit f380184Copy full SHA for f380184
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Build container
2
-ARG GOVERSION=1.24
+ARG GOVERSION=1.25
3
ARG ALPINEVERSION
4
5
FROM --platform=${BUILDPLATFORM} \
docker-bake.hcl
@@ -11,11 +11,11 @@ variable "MULTI_PLATFORM" {
11
}
12
13
variable "GOVERSION" {
14
- default = "1.24.7"
+ default = "1.25.6"
15
16
17
variable "ALPINEVERSION" {
18
- default = "3.22"
+ default = "3.23"
19
20
21
target "default" {
0 commit comments