We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ce9f0 commit f7210ceCopy full SHA for f7210ce
Dockerfile
@@ -1,5 +1,5 @@
1
# Base image for Node.js applications with PNPM setup
2
-FROM node:22-alpine AS base
+FROM node:23-alpine AS base
3
4
# Metadata for the image
5
LABEL maintainer="[email protected]"
0 commit comments