We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce0824 commit a2db9c1Copy full SHA for a2db9c1
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM node:20-slim AS builder
+FROM node:22 AS builder
3
4
LABEL org.opencontainers.image.source="https://github.com/probablyjassin/probablyjassin.github.io"
5
@@ -12,7 +12,7 @@ COPY . .
12
RUN npx nuxt build
13
14
# Production stage
15
-FROM node:20-slim
+FROM node:22
16
17
WORKDIR /app
18
COPY --from=builder /app/. ./
0 commit comments