Skip to content
Snippets Groups Projects
Commit 00072e3a authored by david.bauer's avatar david.bauer :fire:
Browse files

Add stable tag to nginx base image

parent bb28133c
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ WORKDIR /app ...@@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app COPY . /app
RUN yarn && npx grunt RUN yarn && npx grunt
FROM nginxinc/nginx-unprivileged as base FROM nginxinc/nginx-unprivileged:stable as base
RUN mkdir -p /tmp/root/var/cache/nginx && \ RUN mkdir -p /tmp/root/var/cache/nginx && \
cp -a --parents /usr/lib/nginx \ cp -a --parents /usr/lib/nginx \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment