We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d13c8 commit ab6e099Copy full SHA for ab6e099
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
# pull official base image
2
-FROM node:22.21.0-alpine
+FROM node:22.21.1-alpine
3
4
RUN apk add --update python3 make g++\
5
&& rm -rf /var/cache/apk/*
Dockerfile.production
# set working directory
WORKDIR /app
0 commit comments