Merge pull request #1820 from freqtrade/dependabot/docker/node-21.7.2-alpine

build(deps): bump node from 21.7.1-alpine to 21.7.2-alpine
This commit is contained in:
Matthias 2024-04-05 06:31:44 +02:00 committed by GitHub
commit a2751fc10f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:21.7.1-alpine as ui-builder
FROM node:21.7.2-alpine as ui-builder
RUN mkdir /app