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

Merge branch 'distroless' into 'main'

Add stable tag to nginx base image

See merge request frontend/user-guide!4
parents 27cb05b4 00072e3a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app
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 && \
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