Skip to content

Commit 4840abe

Browse files
authored
Specify Docker version in installation script
1 parent f046ba4 commit 4840abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ COPY --from=build /prod/dokploy/node_modules ./node_modules
4646

4747

4848
# 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
49+
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
5050

5151
# Install Nixpacks and tsx
5252
# | VERBOSE=1 VERSION=1.21.0 bash

0 commit comments

Comments
 (0)