Update dockerfile to node:20-apline
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7f7bde6ffc
commit
8ae12a7760
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue