Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanc committed Mar 2, 2024
1 parent 606d63e commit 8f97031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/xiu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - ReleaseDate

## [0.12.2]
## [0.12.3]
- Fix the failure in generating Docker images.

## [0.12.0]
Expand Down
2 changes: 1 addition & 1 deletion confs/online/xiu.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xiu"
description = "A powerful live server by Rust ."
version = "0.12.2"
version = "0.12.3"
authors = ["HarlanC <[email protected]"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM ubuntu:latest
COPY --chmod=755 xiu /app/
COPY --chmod=755 index.html /app/
COPY --chmod=755 whep.js /app/
COPY --chmod=755 config/examples /app/
COPY --chmod=755 examples /app/
COPY --chmod=755 start.sh /app/

0 comments on commit 8f97031

Please sign in to comment.