Skip to content

Commit 5808060

Browse files
committed
Launcher update to 21082800
1 parent ecc540b commit 5808060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LNCR_EXE=Amazon2.exe
33

44
DLR=curl
55
DLR_FLAGS=-L
6-
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/21020500/Launcher.exe
6+
LNCR_URL=https://github.com/yuk7/wsldl/releases/download/21082800/Launcher.exe
77

88
all: $(OUT_ZIP)
99

@@ -38,7 +38,7 @@ rootfs: base.tar
3838

3939
base.tar:
4040
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
41-
docker run --name amazonwsl library/amazonlinux:2.0.20210421.0 /bin/bash -c "yum update -y; yum install -y util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
41+
docker run --name amazonwsl library/amazonlinux:2.0.20210721.2 /bin/bash -c "yum update -y; yum install -y util-linux-ng; yum clean all; rm -rf /var/cache/yum; pwconv; grpconv; chmod 0744 /etc/shadow; chmod 0744 /etc/gshadow;"
4242
docker export --output=base.tar amazonwsl
4343
docker rm -f amazonwsl
4444

@@ -50,4 +50,4 @@ clean:
5050
-rm rootfs.tar.gz
5151
-sudo rm -r rootfs
5252
-rm base.tar
53-
-docker rmi amazonlinux:2.0.20210421.0
53+
-docker rmi amazonlinux:2.0.20210721.2

0 commit comments

Comments
 (0)