We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54434e commit 3ecc99bCopy full SHA for 3ecc99b
Dockerfile
@@ -14,7 +14,7 @@ RUN if [ "$SKIP_TESTS" = 'false' ]; then \
14
npm install cspell && npm run spellcheck; fi
15
16
#-----------------------------
17
-FROM otomi/tools:1.4.9 as prod
+FROM otomi/tools:1.4.10 as prod
18
19
ARG SKIP_TESTS='false'
20
ENV CI=true
tools/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
3
ARG DEBIAN_FRONTEND=noninteractive
4
5
# https://github.com/kubernetes/kubernetes/releases
6
-ARG KUBECTL_VERSION=v1.18.12
+ARG KUBECTL_VERSION=v1.19.4
7
# https://github.com/helm/helm/tags
8
ARG HELM_VERSION=v3.4.1
9
# https://github.com/databus23/helm-diff/releases
0 commit comments