Skip to content

Commit

Permalink
Makefile: Bump go + alpine as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Aug 29, 2023
1 parent ade98d6 commit 9805c79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ DOCKER=$(if $(or $(IN_DOCKER_GROUP),$(IS_ROOT),$(OSX)),docker,sudo docker)
MAKEFILE_DIR=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
UPSTREAM_IMPORT_PATH=$(GOPATH)/src/github.com/cloudnativelabs/kube-router/
BUILD_IN_DOCKER?=true
DOCKER_BUILD_IMAGE?=golang:1.19.5-alpine3.17
DOCKER_BUILD_IMAGE?=golang:1.20.7-alpine3.18
## These variables are used by the Dockerfile as the bases for building and creating the runtime container
## During CI these come from .github/workflows/ci.yaml below we define for local builds as well
GO_CACHE?=$(shell go env GOCACHE)
GO_MOD_CACHE?=$(shell go env GOMODCACHE)
BUILDTIME_BASE?=$(DOCKER_BUILD_IMAGE)
RUNTIME_BASE?=alpine:3.17
RUNTIME_BASE?=alpine:3.18
DOCKER_LINT_IMAGE?=golangci/golangci-lint:v1.50.1
GOBGP_VERSION=v3.11.0
GOBGP_VERSION=v3.17.0
QEMU_IMAGE?=multiarch/qemu-user-static
GORELEASER_VERSION=v1.14.1
MOQ_VERSION=v0.2.1
Expand Down

0 comments on commit 9805c79

Please sign in to comment.