Skip to content

Commit

Permalink
build: bump release version to null
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2023
1 parent 0ee2f78 commit a381125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.main
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /download
RUN apt-get update && apt-get install -y curl

# Download latest llamafile-main from github.
RUN curl -L -o ./llamafile-main https://github.com/Mozilla-Ocho/llamafile/releases/download/0.4/llamafile-main-0.4
RUN curl -L -o ./llamafile-main https://github.com/Mozilla-Ocho/llamafile/releases/download/null/llamafile-main-null

# Make llamafile-main executable.
RUN chmod +x ./llamafile-main
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /download
RUN apt-get update && apt-get install -y curl

# Download latest llamafile-server from github.
RUN curl -L -o ./llamafile-server https://github.com/Mozilla-Ocho/llamafile/releases/download/0.4/llamafile-server-0.4
RUN curl -L -o ./llamafile-server https://github.com/Mozilla-Ocho/llamafile/releases/download/null/llamafile-server-null

# Make llamafile-server executable.
RUN chmod +x ./llamafile-server
Expand Down
2 changes: 1 addition & 1 deletion llamafile-latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
null

0 comments on commit a381125

Please sign in to comment.