We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e001cde commit d507f43Copy full SHA for d507f43
Dockerfile.in
@@ -15,6 +15,7 @@
15
FROM {ARG_FROM}
16
17
RUN apt-get update \
18
+ && apt-get -y upgrade \
19
&& apt-get -y install \
20
ca-certificates \
21
coreutils \
Makefile
@@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/debian-base:v2.0.0
41
IMAGE := $(REGISTRY)/$(BIN)
42
TAG := $(VERSION)__$(OS)_$(ARCH)
43
44
-BUILD_IMAGE ?= golang:1.13-alpine
+BUILD_IMAGE ?= golang:1.14-alpine
45
46
# If you want to build all binaries, see the 'all-build' rule.
47
# If you want to build all containers, see the 'all-container' rule.
0 commit comments