From d9c5ff90ee873ea53e9287eba31743b56f9f932e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 24 Jan 2021 19:53:08 +0200
Subject: [PATCH] Updates.

- Alpine 3.13.
- Silence a hadolint warning.
---
 Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 6b65395..6fdeaf6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,9 @@
-FROM registry.hub.docker.com/library/golang:alpine3.12 as kind
+FROM registry.hub.docker.com/library/golang:alpine3.13 as kind
 RUN GO111MODULE=on go get sigs.k8s.io/kind@v0.9.0
 
-FROM registry.hub.docker.com/library/alpine:3.12
+FROM registry.hub.docker.com/library/alpine:3.13
 COPY --from=kind /go/bin/kind /usr/local/bin/
+# hadolint ignore=DL3018
 RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
         helm \
         kubectl \
-- 
GitLab