nump commited on
Commit
7c15d81
1 Parent(s): 51d0bae

Upload 5 files

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -4,7 +4,8 @@ FROM golang:1.18 AS builder
4
  WORKDIR /app
5
 
6
  # Clone the repository
7
- RUN git clone https://github.com/cloudreve/Cloudreve.git .
 
8
 
9
  # Copy custom files
10
  COPY migration.go /app/models/migration.go
 
4
  WORKDIR /app
5
 
6
  # Clone the repository
7
+ RUN git clone https://github.com/cloudreve/Cloudreve.git . \
8
+ && git checkout 3.8.3
9
 
10
  # Copy custom files
11
  COPY migration.go /app/models/migration.go