try buster
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Installs Node image
|
||||
FROM node:18-alpine as base
|
||||
FROM node:18-buster as base
|
||||
|
||||
# sets the working directory for any RUN, CMD, COPY command
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user