Skip to content

Commit

Permalink
Bump version to Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
root0x authored Dec 14, 2022
1 parent 14a6507 commit 006a7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine as builder
FROM node:16-alpine as builder
WORKDIR /app

# dependencies
Expand All @@ -20,4 +20,4 @@ EXPOSE 9229
ENV HOST 0.0.0.0
ENV PORT 9229
VOLUME /app/.cognito
ENTRYPOINT ["node", "/app/start.js"]
ENTRYPOINT ["node", "/app/start.js"]

0 comments on commit 006a7dc

Please sign in to comment.