Skip to content

Commit 6919fdf

Browse files
committed
Update Alpine to 3.23.3
1 parent 038eed5 commit 6919fdf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prepare-alpine-wsl-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
ALPINE_WSL_GITURL: https://github.com/yuk7/AlpineWSL.git
1414
ALPINE_WSL_SHA: 984c3e110e87711228c623c282d34d1b4c8022cb # 3.21.3-1
1515
ALPINE_WSL_VERSION: 3.21.3-1
16-
ALPINE_VERSION: 3.23.0-0 # from the last applied patch
16+
ALPINE_VERSION: 3.23.3-0 # from the last applied patch
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ feature rich machine emulator;
5757
#### `Alpine-WSL`
5858

5959
Version `3.21.3-1` with 1 patch set:
60-
* Update Alpine to 3.23.0 and add Lima required tools.
60+
* Update Alpine to 3.23.3 and add Lima required tools.
6161

6262
#### `docker-cli`
6363

patches/AlpineWSL/0001-Add-Lima-customizations.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ index ead99a0..f734975 100644
2424
DLR=curl
2525
DLR_FLAGS=-L
2626
-BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-minirootfs-3.21.3-x86_64.tar.gz
27-
+BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/x86_64/alpine-minirootfs-3.23.0-x86_64.tar.gz
27+
+BASE_URL=https://dl-cdn.alpinelinux.org/alpine/v3.23/releases/x86_64/alpine-minirootfs-3.23.3-x86_64.tar.gz
2828
ROOTFS_TARBALL_CKSM_URL=${BASE_URL}.sha512
2929
LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/23072600/icons.zip
3030
LNCR_ZIP_EXE=Alpine.exe

0 commit comments

Comments
 (0)