0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 04:37:37 +00:00

Push everything to node 25

This commit is contained in:
David Bolack
2026-07-05 17:40:11 -05:00
parent 1789c2361f
commit 5a52b088ea
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:20.18-alpine
FROM node:25-alpine
RUN apk --no-cache add git
ENV NODE_ENV=docker