File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM zappi/nginx:1.25.3 as builder
1+ FROM zappi/nginx:1.25.4 as builder
22
33USER root
44
@@ -16,9 +16,9 @@ RUN apt-get update -y && \
1616WORKDIR /usr/src/
1717
1818# Download nginx source
19- ARG NGINX_VERSION="1.25.3 "
19+ ARG NGINX_VERSION="1.25.4 "
2020ARG NGINX_PKG="nginx-${NGINX_VERSION}.tar.gz"
21- ARG NGINX_SHA="64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86 "
21+ ARG NGINX_SHA="760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9 "
2222RUN wget "http://nginx.org/download/${NGINX_PKG}" && \
2323 echo "${NGINX_SHA} *${NGINX_PKG}" | sha256sum -c - && \
2424 tar --no-same-owner -xzf ${NGINX_PKG} --one-top-level=nginx --strip-components=1
@@ -37,7 +37,7 @@ RUN cd nginx && \
3737 make modules
3838
3939# Production container starts here
40- FROM zappi/nginx:1.25.3
40+ FROM zappi/nginx:1.25.4
4141
4242USER root
4343
You can’t perform that action at this time.
0 commit comments