mirror of
https://github.com/optim-enterprises-bv/siembol.git
synced 2025-10-29 17:42:43 +00:00
Bumps nginxinc/nginx-unprivileged from 1.23.2-alpine to 1.23.3-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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 lines
145 B
Docker
4 lines
145 B
Docker
FROM nginxinc/nginx-unprivileged:1.23.3-alpine
|
|
|
|
COPY config-editor-ui /usr/share/nginx/html
|
|
COPY nginx-server.conf /etc/nginx/conf.d/default.conf |