update dockerfile

This commit is contained in:
Dave Horton
2023-02-23 08:21:09 -05:00
parent 0b55cdcf85
commit 446b6e76e2
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18.14.0-alpine3.16 as builder
FROM node:18.14.1-alpine3.16 as builder
RUN apk update && apk add --no-cache python3 make g++
COPY . /opt/app
WORKDIR /opt/app/