Commit ccbc213b authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Setup latest curl version on nginx

parent 7e8144c0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM nginx:1.27.1
RUN apt-get update && apt-get install -y jq && apt-get clean
RUN apt-get install -y openssl
RUN apt-get install -y curl=7.74.0-1.3+deb11u3
RUN apt-get install -y curl
RUN apt-get -y install redis