Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Commit 316ad2b

Browse files
authored
Update packages
1 parent 6b5028d commit 316ad2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.12 as helm
1+
FROM alpine:3.14 as helm
22
RUN apk add --update --no-cache curl openssl bash
33
RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 > /tmp/get_helm.sh
44
RUN chmod a+x /tmp/get_helm.sh
@@ -8,11 +8,11 @@ FROM sebidude/yaml-renderer:v1.4.7 as yaml-renderer
88
FROM sebidude/kubecrypt:v0.6.1-1.15 as kubecrypt
99
FROM sebidude/kubeinfo:v0.1.0-1.15 as kubeinfo
1010
FROM sebidude/porecry:v0.1.5 as porecry
11-
FROM sensu/sensu:6.2.5 as sensu
11+
FROM sensu/sensu:6.4.0 as sensu
1212

1313

1414
# create the tools image
15-
FROM alpine:3.12
15+
FROM alpine:3.14
1616

1717
RUN apk upgrade
1818
RUN apk add --update --no-cache curl bash git docker make jq bind-tools gettext

0 commit comments

Comments
 (0)