We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8f84a commit 452266bCopy full SHA for 452266b
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.12-alpine AS builder
+FROM node:22.21-alpine3.21 AS builder
2
3
RUN apk add --no-cache bash git \
4
&& mkdir /app \
0 commit comments