Commit 307203aa authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

build: fix curl version

parent 458adcc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]
# Install dependencies and Session Manager plugin
RUN apk upgrade --no-cache \
    && apk add --no-cache \
        curl=8.17.0-r1 \
        curl=8.19.0-r0 \
        gcompat=1.1.0-r4 \
        rpm=4.19.1.1-r3 \
        cpio=2.15-r0 \