Update dockerfile to node:20-apline
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2025-01-11 20:05:45 +00:00
parent 7f7bde6ffc
commit ee8f8cf6e3

View file

@ -1,5 +1,5 @@
# Install dependencies only when needed
FROM node:16-alpine
FROM node:20-alpine
RUN apk add --no-cache libc6-compat
WORKDIR /app