PluginProbe
WCPOS – Point of Sale (POS) plugin for WooCommerce / trunk
WCPOS – Point of Sale (POS) plugin for WooCommerce vtrunk
1.10.13 1.10.14 1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 untagged-3d9b7ccddc54df87c672 1.10.7 1.10.6 1.10.5 1.10.3 1.10.4 1.10.2 1.10.1 1.10.0 1.9.17 1.9.15 1.9.16 1.9.14 1.9.13 1.9.12 1.9.11 1.9.10 1.9.9 All 158 releases
woocommerce-pos / patches / @wordpress__env@11.14.0.patch

@wordpress__env@11.14.0.patch in WCPOS – Point of Sale (POS) plugin for WooCommerce trunk, at patches/@wordpress__env@11.14.0.patch

19 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 diff --git a/lib/runtime/docker/docker-config.js b/lib/runtime/docker/docker-config.js
2 index a6c0f306ab50739c97fd1ada648f3dbc6c2333e8..8adf071f6d63d2dafb3e7bbfa4871028cfe01327 100644
3 --- a/lib/runtime/docker/docker-config.js
4 +++ b/lib/runtime/docker/docker-config.js
5 @@ -95,6 +95,13 @@ RUN sed -i 's|deb.debian.org/debian buster|archive.debian.org/debian buster|g' /
6 RUN sed -i 's|security.debian.org/debian-security buster/updates|archive.debian.org/debian-security buster/updates|g' /etc/apt/sources.list
7 RUN sed -i '/buster-updates/d' /etc/apt/sources.list
8
9 +# bullseye (https://www.debian.org/News/2026/20260831)
10 +# The security suite is not on archive.debian.org yet, so it is dropped rather
11 +# than rewritten.
12 +RUN sed -i 's|deb.debian.org/debian bullseye|archive.debian.org/debian bullseye|g' /etc/apt/sources.list
13 +RUN sed -i '/bullseye-security/d' /etc/apt/sources.list
14 +RUN sed -i '/bullseye-updates/d' /etc/apt/sources.list
15 +
16 # Create the host's user so that we can match ownership in the container.
17 ARG HOST_USERNAME
18 ARG HOST_UID
19