Skip to content

Commit 56d39ca

Browse files
committed
chore(deps): bump lip to 0.34.5
1 parent 973c05d commit 56d39ca

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.6] - 2026-04-12
11+
12+
### Changed
13+
14+
- Bumped lip to 0.34.5
15+
1016
## [0.8.5] - 2026-03-27
1117

1218
### Changed
@@ -168,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
168174

169175
First release.
170176

171-
[Unreleased]: https://github.com/LiteLDev/docker-levilamina-server/compare/v0.8.5...HEAD
177+
[Unreleased]: https://github.com/LiteLDev/docker-levilamina-server/compare/v0.8.6...HEAD
178+
[0.8.6]: https://github.com/LiteLDev/docker-levilamina-server/compare/v0.8.5...v0.8.6
172179
[0.8.5]: https://github.com/LiteLDev/docker-levilamina-server/compare/v0.8.4...v0.8.5
173180
[0.8.4]: https://github.com/LiteLDev/docker-levilamina-server/compare/v0.8.3...v0.8.4
174181
[0.8.3]: https://github.com/LiteLDev/docker-levilamina-server/compare/v0.8.2...v0.8.3

windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:d4c6d1a8a1a306b12691c3b2e5e3a8bfad786cbd6b7831cd74a9a6a99eab08ad
22

3-
ARG LIP_VERSION=0.34.4
3+
ARG LIP_VERSION=0.34.5
44

55
ADD https://github.com/futrime/lip/releases/download/v${LIP_VERSION}/lip-${LIP_VERSION}-win-x64.zip lip.zip
66

wine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV HOME=/data
44
ENV WINEPREFIX=/data/.wine
55
ENV XDG_RUNTIME_DIR=/data/.tmp
66

7-
ARG LIP_VERSION=0.34.4
7+
ARG LIP_VERSION=0.34.5
88

99
RUN apt update \
1010
&& apt install -y unzip \

0 commit comments

Comments
 (0)