diff --git a/docker/OpenResty-Orthanc-Keycloak/dockerfile b/docker/OpenResty-Orthanc-Keycloak/dockerfile index dc93f1445..182ca345f 100644 --- a/docker/OpenResty-Orthanc-Keycloak/dockerfile +++ b/docker/OpenResty-Orthanc-Keycloak/dockerfile @@ -41,7 +41,8 @@ RUN yarn run build:web # Stage 2: Bundle the built application into a Docker container # which runs openresty (nginx) using Alpine Linux -FROM openresty/openresty:alpine-fat +# LINK: https://hub.docker.com/r/openresty/openresty +FROM openresty/openresty:1.15.8.1rc1-0-alpine-fat RUN mkdir /var/log/nginx RUN apk add --no-cache openssl