We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0093dd commit 056630cCopy full SHA for 056630c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:22.04
+FROM ubuntu:24.04
2
ARG TARGETPLATFORM
3
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then echo "arm64"; else echo "amd64"; fi > /root/.arch
4
@@ -40,7 +40,7 @@ RUN echo "source <(kubectl completion zsh)" >> ~/.zshrc
40
EXPOSE 8001
41
42
## Fluxcd
43
-RUN curl -s https://fluxcd.io/install.sh | FLUX_VERSION=2.6.4 bash
+RUN curl -s https://fluxcd.io/install.sh | bash
44
45
# helm
46
RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
0 commit comments