mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-06 02:27:38 +00:00
Normalize config files for conatiners to 20.18 based on circleci testing.
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
test:
|
||||
docker:
|
||||
- image: cimg/node:20.17.0
|
||||
- image: cimg/node:20.18.0
|
||||
|
||||
working_directory: ~/homebrewery
|
||||
parallelism: 1
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine
|
||||
FROM node:20.18-alpine
|
||||
RUN apk --no-cache add git
|
||||
|
||||
ENV NODE_ENV=docker
|
||||
|
||||
Reference in New Issue
Block a user