Skip to content

Commit

Permalink
Merge pull request #1423 from freqtrade/dependabot/docker/nginx-1.25.…
Browse files Browse the repository at this point in the history
…2-alpine

build(deps): bump nginx from 1.25.1-alpine to 1.25.2-alpine
  • Loading branch information
xmatthias authored Aug 16, 2023
2 parents 81ddea6 + 4ce0cd9 commit 8d63e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY . /app
# webpack and node17
RUN NODE_OPTIONS=--openssl-legacy-provider yarn build

FROM nginx:1.25.1-alpine
FROM nginx:1.25.2-alpine
COPY --from=ui-builder /app/dist /etc/nginx/html
COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
Expand Down

0 comments on commit 8d63e65

Please sign in to comment.