Merge pull request #576 from freqtrade/dependabot/docker/nginx-1.21.4-alpine

Bump nginx from 1.21.3-alpine to 1.21.4-alpine
This commit is contained in:
Matthias 2021-11-10 06:20:12 +01:00 committed by GitHub
commit c0cab8e0c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ COPY . /app
# webpack and node17
RUN NODE_OPTIONS=--openssl-legacy-provider yarn build
FROM nginx:1.21.3-alpine
FROM nginx:1.21.4-alpine
COPY --from=ui-builder /app/dist /etc/nginx/html
COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80