We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f47bace commit 6023d59Copy full SHA for 6023d59
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
ARG NODE_VERSION=22.14.0
2
ARG PNPM_VERSION=10.11.0
3
-ARG ALPINE_VERSION=3.22
+ARG ALPINE_VERSION=3.21
4
5
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS build
6
0 commit comments