chore: set node version to LTS on docker

This commit is contained in:
Marie 2024-01-03 14:33:34 +01:00
parent 714ffbf2c8
commit d92217e073
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
ARG NODE_VERSION=21.4.0-alpine3.18
ARG NODE_VERSION=20.10.0-alpine3.18
FROM node:${NODE_VERSION} as build