We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224c486 commit a15b4f1Copy full SHA for a15b4f1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18-alpine as build
+FROM node:20-alpine as build
2
3
WORKDIR /app
4
@@ -9,15 +9,9 @@ RUN yarn install
9
10
COPY . /app
11
12
-# todo remove after merge https://github.com/vitejs/vite-plugin-vue/pull/320
13
-RUN apk add --no-cache patch
14
-RUN patch -p1 -i /app/patches/@vitejs+plugin-vue+5.0.0.patch
15
-
16
RUN yarn run build
17
18
-# There are build issues on the Node 20 version. Jump to 20 when the bug will be fixed.
19
-# https://github.com/nodejs/docker-node/issues/1946
20
-FROM gcr.io/distroless/nodejs18
+FROM gcr.io/distroless/nodejs20
21
22
LABEL org.opencontainers.image.title="Mafl"
23
LABEL org.opencontainers.image.description="Minimalistic flexible homepage"
0 commit comments