File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ parameters:
99 default : " gcr.io/gcr-for-testing/arangodb/enterprise:latest"
1010 alpineImage :
1111 type : string
12- default : " gcr.io/gcr-for-testing/alpine:3.19 "
12+ default : " gcr.io/gcr-for-testing/alpine:3.21 "
1313 starterModes :
1414 type : string
1515 default : " single,cluster"
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ REPONAME := $(PROJECT)
3737REPODIR := $(ORGDIR ) /$(REPONAME )
3838REPOPATH := $(ORGPATH ) /$(REPONAME )
3939
40- ALPINE_IMAGE ?= alpine:3.19
40+ ALPINE_IMAGE ?= alpine:3.21
4141
4242GOPATH := $(GOBUILDDIR )
4343GOVERSION := 1.22.12
44- GOIMAGE ?= golang:$(GOVERSION ) -alpine3.19
44+ GOIMAGE ?= golang:$(GOVERSION ) -alpine3.21
4545
4646GOOS ?= linux
4747GOARCH ?= amd64
Original file line number Diff line number Diff line change 11module github.com/arangodb-helper/arangodb
22
3- go 1.21
3+ go 1.22
44
55toolchain go1.22.12
66
You can’t perform that action at this time.
0 commit comments