Skip to content

Commit c0093dd

Browse files
authored
chore: flux 2.6.4
1 parent f791a86 commit c0093dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN echo 'deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cl
1414

1515
# Common lib
1616
RUN apt-get update && apt-get install -y gnupg gh wget bash-completion bash zsh vim git openssl openssh-client locales jq cloudflared && rm -rf /var/lib/apt/lists/* && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
17-
ENV LANG en_US.utf8
17+
ENV LANG=en_US.utf8
1818

1919
# echo current user
2020
RUN echo "echo \${USER}" >> ~/.zshrc
@@ -40,7 +40,7 @@ RUN echo "source <(kubectl completion zsh)" >> ~/.zshrc
4040
EXPOSE 8001
4141

4242
## Fluxcd
43-
RUN curl -s https://fluxcd.io/install.sh | FLUX_VERSION=2.4.0 bash
43+
RUN curl -s https://fluxcd.io/install.sh | FLUX_VERSION=2.6.4 bash
4444

4545
# helm
4646
RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

0 commit comments

Comments
 (0)