build(docker): downgrade to node 16.16 (#2921)

This commit is contained in:
TheCatLady
2022-08-16 21:10:11 -07:00
committed by GitHub
parent 114943ae2c
commit 233035dbd7
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16.17-alpine AS BUILD_IMAGE
FROM node:16.16-alpine AS BUILD_IMAGE
WORKDIR /app
@@ -33,7 +33,7 @@ RUN touch config/DOCKER
RUN echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > committag.json
FROM node:16.17-alpine
FROM node:16.16-alpine
WORKDIR /app