Merge pull request #629 from freqtrade/dependabot/docker/nginx-1.21.5-alpine

Bump nginx from 1.21.4-alpine to 1.21.5-alpine
This commit is contained in:
Matthias 2021-12-30 06:35:21 +01:00 committed by GitHub
commit 5b39c3a930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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