mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 23:00:56 +00:00
chore(deps): bump nginxinc/nginx-unprivileged in /images/nginx (#856)
Bumps nginxinc/nginx-unprivileged from 1.23.0-alpine to 1.23.1-alpine. --- updated-dependencies: - dependency-name: nginxinc/nginx-unprivileged dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d5a6c09ba7
commit
95711cc847
@ -47,7 +47,7 @@ RUN git clone --depth 1 ${BENCH_REPO} /tmp/bench \
|
|||||||
&& mv /tmp/bench/bench/config/templates/502.html /out/
|
&& mv /tmp/bench/bench/config/templates/502.html /out/
|
||||||
|
|
||||||
|
|
||||||
FROM nginxinc/nginx-unprivileged:1.23.0-alpine as frappe
|
FROM nginxinc/nginx-unprivileged:1.23.1-alpine as frappe
|
||||||
|
|
||||||
# https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/stable/alpine/20-envsubst-on-templates.sh
|
# https://github.com/nginxinc/docker-nginx-unprivileged/blob/main/stable/alpine/20-envsubst-on-templates.sh
|
||||||
COPY nginx-template.conf /etc/nginx/templates/default.conf.template
|
COPY nginx-template.conf /etc/nginx/templates/default.conf.template
|
||||||
|
Loading…
Reference in New Issue
Block a user