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 f046ba4 commit 4840abeCopy full SHA for 4840abe
1 file changed
Dockerfile
@@ -46,7 +46,7 @@ COPY --from=build /prod/dokploy/node_modules ./node_modules
46
47
48
# Install docker
49
-RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm get-docker.sh && curl https://rclone.org/install.sh | bash
+RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh --version 28.5.2 && rm get-docker.sh && curl https://rclone.org/install.sh | bash
50
51
# Install Nixpacks and tsx
52
# | VERBOSE=1 VERSION=1.21.0 bash
0 commit comments