Skip to content

Commit 9dd9ff0

Browse files
author
Mikołaj Kmieć
committed
Updated alpine to 3.21
1 parent 76de756 commit 9dd9ff0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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:3.11"
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

0 commit comments

Comments
 (0)