Skip to content

Commit 8056d91

Browse files
author
enikon
authored
OAS-10732 Update alpine to 3.21 (#449)
1 parent e8bffb8 commit 8056d91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ REPONAME := $(PROJECT)
3737
REPODIR := $(ORGDIR)/$(REPONAME)
3838
REPOPATH := $(ORGPATH)/$(REPONAME)
3939

40-
ALPINE_IMAGE ?= alpine:3.19
40+
ALPINE_IMAGE ?= alpine:3.21
4141

4242
GOPATH := $(GOBUILDDIR)
4343
GOVERSION := 1.22.12
44-
GOIMAGE ?= golang:$(GOVERSION)-alpine3.19
44+
GOIMAGE ?= golang:$(GOVERSION)-alpine3.21
4545

4646
GOOS ?= linux
4747
GOARCH ?= amd64

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/arangodb-helper/arangodb
22

3-
go 1.21
3+
go 1.22
44

55
toolchain go1.22.12
66

0 commit comments

Comments
 (0)