Merge pull request #1759 from freqtrade/dependabot/docker/node-21.6.2-alpine

build(deps): bump node from 21.6.1-alpine to 21.6.2-alpine
This commit is contained in:
Matthias 2024-02-16 06:51:48 +01:00 committed by GitHub
commit e04bca7fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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