Skip to content
Snippets Groups Projects
Commit 374e50bd authored by nimrod's avatar nimrod
Browse files

Nginx: Update the image and use the slim variant.

Removes some Nginx modules that I don't use (xslt, njs, geoip and image
filter).
parent 0f4fca37
Branches
No related tags found
No related merge requests found
Pipeline #3880 failed
FROM docker.io/nginx:1.25.3-alpine FROM docker.io/nginx:1.26.0-alpine-slim
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN rm -rf /etc/nginx/conf.d/* && \ RUN rm -rf /etc/nginx/conf.d/* && \
chmod 777 /run && \ chmod 777 /run && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment