From 4fbcfa8509e08a505abbb819cf837f5c0affd6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:02:12 +0000 Subject: [PATCH] chore(deps): bump archlinux in /archlinux Bumps archlinux from base-20240825.0.257728 to base-20240908.0.261281. --- 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 c3a81780f..502242f62 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-20240825.0.257728 AS jre-build +FROM archlinux:base-20240908.0.261281 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-20240825.0.257728 +FROM archlinux:base-20240908.0.261281 ARG user=jenkins ARG group=jenkins