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

Merge branch '1190-update-kubectl-in-container-image' into 'main'

Resolve "Update kubectl in container image"

Closes #1190

See merge request !898
parents edb35bfd 904381f7
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_ ...@@ -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 COPY ./requirements.txt /requirements.txt
RUN \ RUN \
# Install kubectl from alpine edge until alpine 3.16 is released # Install kubectl from alpine edge until alpine 3.16 is released
apk --no-cache add kubectl=~1.23.4-r0 \ apk --no-cache add kubectl=~1.23.5-r1 \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing && \ --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing && \
apk --no-cache add \ apk --no-cache add \
bash=~5.1.16-r0 \ bash=~5.1.16-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