Skip to content

Commit 056630c

Browse files
committed
chore: ubuntu 24
1 parent c0093dd commit 056630c

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
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22
ARG TARGETPLATFORM
33
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then echo "arm64"; else echo "amd64"; fi > /root/.arch
44

@@ -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.6.4 bash
43+
RUN curl -s https://fluxcd.io/install.sh | bash
4444

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

0 commit comments

Comments
 (0)