Berndinox
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -11,7 +11,7 @@ FROM node:boron-alpine |
|
|
|
LABEL maintainer "Bernd Klaus <me@berndklaus.at>" |
|
|
|
WORKDIR /usr/src/app |
|
|
|
|
|
|
|
ENV KUBE_VERSION="v1.15.5" |
|
|
|
ENV KUBE_VERSION="v1.16.2" |
|
|
|
ENV VELERO_VERSION="1.1.0" |
|
|
|
ENV HELM_VERSION="2.15.1" |
|
|
|
#ENV KUBEDB_VERSION="v0.13.0-rc.0" |
|
|
|