Skip to content

Commit 4c938c4

Browse files
change node version for build
1 parent e81d912 commit 4c938c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:22-slim AS builder
2+
FROM node:20-slim AS builder
33

44
LABEL org.opencontainers.image.source="https://github.com/probablyjassin/probablyjassin.github.io"
55

@@ -12,7 +12,7 @@ COPY . .
1212
RUN npx nuxt build
1313

1414
# Production stage
15-
FROM node:22-slim
15+
FROM node:20-slim
1616

1717
WORKDIR /app
1818
COPY --from=builder /app/.output ./.output

0 commit comments

Comments
 (0)