Skip to content

Commit b7d867e

Browse files
committed
Fixing Build issue
1 parent b6b22e1 commit b7d867e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image with Node.js
2-
FROM node:18.14.1-alpine3.17
2+
FROM node:18.20.8-alpine3.21
33
RUN apk add --update --no-cache openssh-client git
44
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
55
# Copy the current directory into the Docker image

0 commit comments

Comments
 (0)