Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #83 from simonferquel/bump-golang-alpine
Browse files Browse the repository at this point in the history
Bump golang, alpine
  • Loading branch information
simonferquel authored Mar 20, 2019
2 parents 68dfbec + 1063ed0 commit 9264c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker.Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include common.mk

BUILD_BASE_IMAGE = golang:1.11.1-alpine3.8
TEST_BASE_IMAGE = golang:1.11.1
RUN_BASE_IMAGE = alpine:3.8
BUILD_BASE_IMAGE = golang:1.12.1-alpine3.9
TEST_BASE_IMAGE = golang:1.12.1
RUN_BASE_IMAGE = alpine:3.9.2
KUBERNETES_VERSION ?= 1.13.3
KIND_TAG = v$(KUBERNETES_VERSION)-$(TAG)
IMAGES = ${IMAGE_REPO_PREFIX}controller ${IMAGE_REPO_PREFIX}controller-coverage ${IMAGE_REPO_PREFIX}e2e-tests ${IMAGE_REPO_PREFIX}e2e-benchmark ${IMAGE_REPO_PREFIX}api-server ${IMAGE_REPO_PREFIX}api-server-coverage ${IMAGE_REPO_PREFIX}installer
Expand Down

0 comments on commit 9264c5e

Please sign in to comment.