We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8863f1b + 5e326a7 commit 6ac71e9Copy full SHA for 6ac71e9
Dockerfile
@@ -1,6 +1,6 @@
1
2
# Use an official node image
3
-FROM node:lts-alpine
+FROM node:20.15.1-alpine3.20
4
5
RUN set -xe \
6
&& apk add --no-cache bash git openssh \
0 commit comments