We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a3a2ae + ae434c9 commit 1560d83Copy full SHA for 1560d83
kapacitor/1.6/Dockerfile
@@ -14,7 +14,7 @@ RUN set -ex && \
14
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
15
done
16
17
-ENV KAPACITOR_VERSION 1.6.4
+ENV KAPACITOR_VERSION 1.6.5
18
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
19
case "${dpkgArch##*-}" in \
20
amd64) ARCH='amd64';; \
kapacitor/1.6/alpine/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM alpine:3.14
+FROM alpine:3.16
2
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
RUN apk add --no-cache ca-certificates && \
5
update-ca-certificates
6
7
8
9
RUN set -ex && \
10
mkdir ~/.gnupg; \
0 commit comments