diff --git a/Dockerfile b/Dockerfile index 621733b18d29b64ee18dab61375e63e9ff93c947..51a10593c8cf6aaf6c298d440216982e74fbaa9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ADD https://github.com/fluxcd/flux2/releases/download/v0.22.0/flux_0.22.0_linux_ COPY ./requirements.txt /requirements.txt RUN \ # Install kubectl from alpine edge until alpine 3.16 is released - apk --no-cache add kubectl=~1.22.4-r0 \ + apk --no-cache add kubectl=~1.23.1-r0 \ --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing && \ apk --no-cache add \ bash=~5.1.8-r0 \