Skip to content

Commit

Permalink
chore: release Chronograf 1.10.4 (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Apr 26, 2024
2 parents 7fb830f + ae6a171 commit 1a58dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chronograf/1.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done

ENV CHRONOGRAF_VERSION 1.10.3
ENV CHRONOGRAF_VERSION 1.10.4
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \
Expand Down
2 changes: 1 addition & 1 deletion chronograf/1.10/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache ca-certificates su-exec && \
update-ca-certificates

ENV CHRONOGRAF_VERSION 1.10.3
ENV CHRONOGRAF_VERSION 1.10.4

RUN set -ex && \
mkdir ~/.gnupg; \
Expand Down

0 comments on commit 1a58dee

Please sign in to comment.