We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1f0f8 commit 91e7551Copy full SHA for 91e7551
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
# DEPENDENCIES
2
# fabric-shim needs node ^18.0.0
3
-FROM node:22.21.1-bullseye AS build
+FROM node:22.22.0-bullseye AS build
4
5
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \
6
export DEBIAN_FRONTEND=noninteractive \
0 commit comments