Skip to content

Commit 3ecc99b

Browse files
author
Sebastiaan Verbeek
authored
feat: bumped versions, both dockerfiles (#227)
1 parent e54434e commit 3ecc99b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN if [ "$SKIP_TESTS" = 'false' ]; then \
1414
npm install cspell && npm run spellcheck; fi
1515

1616
#-----------------------------
17-
FROM otomi/tools:1.4.9 as prod
17+
FROM otomi/tools:1.4.10 as prod
1818

1919
ARG SKIP_TESTS='false'
2020
ENV CI=true

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
33
ARG DEBIAN_FRONTEND=noninteractive
44

55
# https://github.com/kubernetes/kubernetes/releases
6-
ARG KUBECTL_VERSION=v1.18.12
6+
ARG KUBECTL_VERSION=v1.19.4
77
# https://github.com/helm/helm/tags
88
ARG HELM_VERSION=v3.4.1
99
# https://github.com/databus23/helm-diff/releases

0 commit comments

Comments
 (0)