We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b22e1 commit b7d867eCopy full SHA for b7d867e
docker/Dockerfile
@@ -1,5 +1,5 @@
1
# Use the base image with Node.js
2
-FROM node:18.14.1-alpine3.17
+FROM node:18.20.8-alpine3.21
3
RUN apk add --update --no-cache openssh-client git
4
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
5
# Copy the current directory into the Docker image
0 commit comments