From 8172aeae9e0eebc875070da1e07b7982f2f960b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:22:15 +0000 Subject: [PATCH] chore(deps): bump archlinux in /archlinux Bumps archlinux from base-20240908.0.261281 to base-20240915.0.262934. --- updated-dependencies: - dependency-name: archlinux dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- archlinux/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archlinux/Dockerfile b/archlinux/Dockerfile index 502242f62..113356a42 100644 --- a/archlinux/Dockerfile +++ b/archlinux/Dockerfile @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -FROM archlinux:base-20240908.0.261281 AS jre-build +FROM archlinux:base-20240915.0.262934 AS jre-build # This Build ARG is populated by Docker # Ref. https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope @@ -52,7 +52,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM archlinux:base-20240908.0.261281 +FROM archlinux:base-20240915.0.262934 ARG user=jenkins ARG group=jenkins