File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
169175First 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
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:d4c6d1a8a1a306b12691c3b2e5e3a8bfad786cbd6b7831cd74a9a6a99eab08ad
22
3- ARG LIP_VERSION=0.34.4
3+ ARG LIP_VERSION=0.34.5
44
55ADD https://github.com/futrime/lip/releases/download/v${LIP_VERSION}/lip-${LIP_VERSION}-win-x64.zip lip.zip
66
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ENV HOME=/data
44ENV WINEPREFIX=/data/.wine
55ENV XDG_RUNTIME_DIR=/data/.tmp
66
7- ARG LIP_VERSION=0.34.4
7+ ARG LIP_VERSION=0.34.5
88
99RUN apt update \
1010 && apt install -y unzip \
You can’t perform that action at this time.
0 commit comments