mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-27 01:43:08 +00:00
build NODE_VERSION
This commit is contained in:
parent
5cf1c8b7ee
commit
4a7e494710
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# build ui #
|
||||
############
|
||||
|
||||
ARG NODE_VERSION=18.16
|
||||
ARG NODE_VERSION=18.18
|
||||
ARG PYTHON_VERSION=3.11-slim
|
||||
FROM node:${NODE_VERSION} AS build-ui
|
||||
|
||||
|
|
Loading…
Reference in a new issue