Fix maintenance dockerfiles image name

This commit is contained in:
Wolfgang Huß 2024-08-29 16:03:58 +02:00
parent 6a03952da5
commit e47ea687f9

View File

@ -1,7 +1,7 @@
################################################################################## ##################################################################################
# BASE ########################################################################### # BASE ###########################################################################
################################################################################## ##################################################################################
FROM 20.12.1-alpine3.19 as base FROM node:20.12.1-alpine3.19 AS base
# ENVs # ENVs
## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame ## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame