Skip to content

Commit d507f43

Browse files
committed
Build updates
Move to go 1.14 Explicitly apt-get update when building
1 parent e001cde commit d507f43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
FROM {ARG_FROM}
1616

1717
RUN apt-get update \
18+
&& apt-get -y upgrade \
1819
&& apt-get -y install \
1920
ca-certificates \
2021
coreutils \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/debian-base:v2.0.0
4141
IMAGE := $(REGISTRY)/$(BIN)
4242
TAG := $(VERSION)__$(OS)_$(ARCH)
4343

44-
BUILD_IMAGE ?= golang:1.13-alpine
44+
BUILD_IMAGE ?= golang:1.14-alpine
4545

4646
# If you want to build all binaries, see the 'all-build' rule.
4747
# If you want to build all containers, see the 'all-container' rule.

0 commit comments

Comments
 (0)