Skip to content
Snippets Groups Projects
Verified Commit a6854a89 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

newer kubectl version in dockerfile

parent 212ddb89
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ ADD https://github.com/fluxcd/flux2/releases/download/v0.25.3/flux_0.25.3_linux_
COPY ./requirements.txt /requirements.txt
RUN \
# Install kubectl from alpine edge until alpine 3.16 is released
apk --no-cache add kubectl=~1.23.1-r0 \
apk --no-cache add kubectl=~1.23.3-r0 \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing && \
apk --no-cache add \
bash=~5.1.8-r0 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment