Skip to content

Commit

Permalink
Use node 18 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 9, 2023
1 parent 9b7228c commit b84f5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine AS build
FROM node:18-alpine AS build

RUN apk update && apk add git

Expand All @@ -17,7 +17,7 @@ RUN npm run build

# -----------------

FROM node:16-alpine
FROM node:18-alpine

RUN mkdir -p /app

Expand Down

0 comments on commit b84f5e9

Please sign in to comment.