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

Circle ci does not alias a latest. Pin to 26.4.0

This commit is contained in:
David Bolack
2026-07-05 17:58:43 -05:00
parent 54968de248
commit 25ba58ffa7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:26-alpine
FROM node:26.4.0-alpine
RUN apk --no-cache add git
ENV NODE_ENV=docker