Skip to content
Snippets Groups Projects
Unverified Commit 1225d51b authored by Varac's avatar Varac
Browse files

Update kubectl in Dockerfile

parent 95b2bed4
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.3-r0 \
apk --no-cache add kubectl=~1.23.4-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