Skip to content

Commit

Permalink
fix: bump node version in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Dec 16, 2024
1 parent b459238 commit bad227d
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-bullseye as build
FROM node:20-bullseye as build

ENV NODE_ENV=development

Expand All @@ -14,7 +14,7 @@ RUN tar zxvf client/app-hub-client.tgz --directory server/
RUN mv server/package/build server/static && rm -rf server/package

# runtime image
FROM node:14-bullseye-slim
FROM node:20-bullseye-slim

ENV NODE_ENV=production
ENV HOST=0.0.0.0
Expand Down

0 comments on commit bad227d

Please sign in to comment.