Skip to content

Commit

Permalink
Upgrade node to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
BaldissaraMatheus committed Oct 16, 2024
1 parent 9e36f99 commit 7758f74
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:20.16.0-alpine3.20 AS build-stage
FROM node:22-alpine3.20 AS build-stage

RUN set -eux \
&& mkdir -p /app \
Expand Down Expand Up @@ -35,7 +35,7 @@ ENV PORT=8080
USER root

RUN set -eux \
&& apk add --no-cache nodejs npm
&& apk add --no-cache nodejs-current npm

RUN mkdir /stylesheets

Expand Down

0 comments on commit 7758f74

Please sign in to comment.