Merge pull request #19 from lllllllillllllillll/dependabot/docker/node-21-alpine

Bump node from 20-alpine to 21-alpine
This commit is contained in:
lllllllillllllillll 2023-11-19 23:32:03 -08:00 committed by GitHub
commit d471072b8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:20-alpine
FROM node:21-alpine
# Use production node environment by default.
ENV NODE_ENV production