Skip to content

Commit 3216c0f

Browse files
authored
Update Dockerfile
1 parent ca225e0 commit 3216c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nikolaik/python-nodejs
1+
FROM nikolaik/python-nodejs:python3.13-nodejs18
22

33
RUN apt-get update && \
44
apt-get -y install rsync
@@ -21,4 +21,4 @@ RUN echo $repo_path
2121
RUN echo $base_uri
2222
#chmod the entrypoint.sh file to make it executable
2323
RUN chmod +x /entrypoint.sh
24-
ENTRYPOINT ["/entrypoint.sh"]
24+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)