Skip to content

Commit 849c1eb

Browse files
committed
Bump mint to v22.3
1 parent e3bbc71 commit 849c1eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rootfs: base.tar
5050

5151
base.tar:
5252
@echo -e '\e[1;31mExporting base.tar using docker...\e[m'
53-
docker run --net=host --name mintwsl linuxmintd/mint22.2-amd64 /bin/bash -c "mkdir -p /etc/linuxmint; echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get install apt-utils -y -q; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion build-essential ca-certificates curl dialog figlet htop iputils-ping lolcat software-properties-common tree; apt-get autoremove -y; apt-get clean; mkdir -p /usr/lib/wsl"
53+
docker run --net=host --name mintwsl linuxmintd/mint22.3-amd64 /bin/bash -c "mkdir -p /etc/linuxmint; echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get install apt-utils -y -q; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion build-essential ca-certificates curl dialog figlet htop iputils-ping lolcat software-properties-common tree; apt-get autoremove -y; apt-get clean; mkdir -p /usr/lib/wsl"
5454
docker export --output=base.tar mintwsl
5555
docker rm -f mintwsl
5656

@@ -63,4 +63,4 @@ clean:
6363
-rm rootfs.tar.gz
6464
-sudo rm -r rootfs
6565
-rm base.tar
66-
-docker rmi -f linuxmintd/mint22.2-amd64
66+
-docker rmi -f linuxmintd/mint22.3-amd64

0 commit comments

Comments
 (0)