Use a specific version

This commit is contained in:
dannyrb 2019-05-07 12:28:53 -04:00
parent c9fcedb247
commit 4928085416

View File

@ -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