mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
chore(deps): bump nginxinc/nginx-unprivileged in /images/nginx
Bumps nginxinc/nginx-unprivileged from 1.20-alpine to 1.21.6-alpine. --- updated-dependencies: - dependency-name: nginxinc/nginx-unprivileged dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a9b6b755ce
commit
8101d9e2e5
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ RUN git clone --depth 1 https://github.com/frappe/bench /root/bench
|
|||
|
||||
|
||||
|
||||
FROM nginxinc/nginx-unprivileged:1.20-alpine as frappe
|
||||
FROM nginxinc/nginx-unprivileged:1.21.6-alpine as frappe
|
||||
|
||||
COPY --from=error_pages /root/bench/bench/config/templates/502.html /usr/share/nginx/html
|
||||
COPY --from=base /root/frappe-bench/apps/frappe/frappe/public /usr/share/nginx/html/assets/frappe
|
||||
|
|
|
|||
Loading…
Reference in a new issue