0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 00:52:48 +00:00
[Docker] - Bump Node from 16.13 to 18
This commit is contained in:
Trevor Buckner
2023-06-05 07:47:29 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM node:16.13-alpine
FROM node:18-alpine
RUN apk --no-cache add git
ENV NODE_ENV=docker