Skip to content
Snippets Groups Projects
Verified Commit 9a3aab84 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Upgrade node to latest LTS version

parent 9740e32f
No related branches found
No related tags found
1 merge request!39Feature/upgrade components package
Pipeline #92734 failed
FROM node:20.12.2-alpine AS builder
FROM node:22.14.0-alpine AS builder
ENV NEXT_TELEMETRY_DISABLED=1
......@@ -9,7 +9,7 @@ RUN npm install
RUN npm run build
FROM node:20.12.2-alpine AS runner
FROM node:22.14.0-alpine AS runner
RUN apk update && apk add --no-cache curl vim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment