Change base to use alpine

This commit is contained in:
2022-05-14 08:09:01 +01:00
committed by GitHub
parent eedf36edaa
commit f42e10156e

View File

@@ -1,4 +1,4 @@
FROM node:18.0.0 AS base
FROM node:18-alpine AS base
LABEL version="4.1.0"
LABEL description=""