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

Normalize config files for conatiners to 20.18 based on circleci testing.

This commit is contained in:
David Bolack
2026-07-04 14:55:11 -05:00
parent 13d1780180
commit 1789c2361f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:20.18-alpine
RUN apk --no-cache add git
ENV NODE_ENV=docker