Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
fix: migration versions error
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Sep 27, 2023
1 parent 91359de commit fac00a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk update && apk add --no-cache git

# Clone the repository
WORKDIR /app
RUN git clone --depth 1 --branch v1.1.0 --single-branch https://github.com/proxoar/talk-web .
RUN git clone --depth 1 --branch v1.1.1 --single-branch https://github.com/proxoar/talk-web .

# Install dependencies and build
RUN yarn install
Expand Down

0 comments on commit fac00a3

Please sign in to comment.