Skip to content

Commit

Permalink
build(api): 🔧 update node version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade committed Oct 7, 2023
1 parent 39f0c65 commit 62d5de8
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:10 AS api-builder
FROM node:20 AS api-builder

# Create app directory
WORKDIR /tmp/
Expand Down Expand Up @@ -43,7 +43,7 @@ RUN [ "npm", "run", "build" ]

##########################################################################################

FROM node:10-alpine
FROM node:20-alpine

WORKDIR /usr/src/app/

Expand Down

0 comments on commit 62d5de8

Please sign in to comment.