Update dockerfile to node:20-apline
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit

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

View file

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