File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
329329
330330# # Versions
331331
332+ * ** 06.07.26:** - Fall back to ipv4 bind address when ipv6 is disabled in the kernel.
332333* ** 17.05.26:** - Let server listen on both ipv4 and ipv6 even when running container as root.
333334* ** 10.08.25:** - Let server listen on both ipv4 and ipv6.
334335* ** 03.06.25:** - Allow setting PWA name using env var ` PWA_APPNAME` .
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ init_diagram: |
102102 "code-server:latest" <- Base Images
103103# changelog
104104changelogs :
105+ - {date: "06.07.26:", desc: "Fall back to ipv4 bind address when ipv6 is disabled in the kernel."}
105106 - {date: "17.05.26:", desc: "Let server listen on both ipv4 and ipv6 even when running container as root."}
106107 - {date: "10.08.25:", desc: "Let server listen on both ipv4 and ipv6."}
107108 - {date: "03.06.25:", desc: "Allow setting PWA name using env var `PWA_APPNAME`."}
You can’t perform that action at this time.
0 commit comments