Skip to content

Commit

Permalink
Merge pull request #578 from synclounge/fix_sever
Browse files Browse the repository at this point in the history
build(deps): revert to node 16
  • Loading branch information
ttshivers authored May 31, 2022
2 parents f9ec73d + ea1453b commit 09dd77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base environment
FROM node:18.2.0-alpine3.15 as base-stage
FROM node:16.15.0-alpine3.15 as base-stage
RUN mkdir /app && chown -R node:node /app
WORKDIR /app

Expand Down

0 comments on commit 09dd77d

Please sign in to comment.