try buster

This commit is contained in:
dylan 2024-03-27 19:52:43 -07:00
parent 685e585175
commit 072f342d7f

View File

@ -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