Skip to content

Commit

Permalink
Merge pull request #3 from solaoi/fix_sleep-is-not-working-properly-w…
Browse files Browse the repository at this point in the history
…ith-docker

fix
  • Loading branch information
solaoi authored Dec 13, 2022
2 parents d28aa80 + 7bbb8c3 commit 5ced7d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nimlang/nim:1.6.6-ubuntu AS builder
FROM nimlang/nim:1.6.10-ubuntu AS builder
RUN apt-get update && apt-get install -y musl-tools

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion broly.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.2.2"
version = "0.2.3"
author = "solaoi"
description = "HighPerformance Stub Server"
license = "MIT"
Expand Down

0 comments on commit 5ced7d1

Please sign in to comment.