Loading services/nginx/Dockerfile +1 −1 Original line number Diff line number Diff line FROM labs.etsi.org:5050/ocf/capif/nginx:base_1.23.1 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 Loading Loading
services/nginx/Dockerfile +1 −1 Original line number Diff line number Diff line FROM labs.etsi.org:5050/ocf/capif/nginx:base_1.23.1 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 Loading