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 76de756 commit 9dd9ff0Copy full SHA for 9dd9ff0
.circleci/config.yml
@@ -9,7 +9,7 @@ parameters:
9
default: "gcr.io/gcr-for-testing/arangodb/enterprise:3.11"
10
alpineImage:
11
type: string
12
- default: "gcr.io/gcr-for-testing/alpine:3.19"
+ default: "gcr.io/gcr-for-testing/alpine:3.21"
13
starterModes:
14
15
default: "single,cluster"
Makefile
@@ -37,11 +37,11 @@ REPONAME := $(PROJECT)
37
REPODIR := $(ORGDIR)/$(REPONAME)
38
REPOPATH := $(ORGPATH)/$(REPONAME)
39
40
-ALPINE_IMAGE ?= alpine:3.19
+ALPINE_IMAGE ?= alpine:3.21
41
42
GOPATH := $(GOBUILDDIR)
43
GOVERSION := 1.22.12
44
-GOIMAGE ?= golang:$(GOVERSION)-alpine3.19
+GOIMAGE ?= golang:$(GOVERSION)-alpine3.21
45
46
GOOS ?= linux
47
GOARCH ?= amd64
0 commit comments