Update Dockerfile

This commit is contained in:
Kainoa Kanter 2022-05-29 12:48:03 -07:00 committed by GitHub
parent ea7d5353ca
commit 9652183eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:18.0.0-alpine3.15 AS base
FROM node:18.1.0-alpine3.15 AS base
ARG NODE_ENV=production