From 501332f5d459108a59c0b7e7eb123ad91eb16f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:17:50 +0000 Subject: [PATCH] chore(deps): bump archlinux in /archlinux Bumps archlinux from base-20240811.0.253648 to base-20240818.0.255804. --- 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 e6d7f651e..64de9325f 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-20240811.0.253648 AS jre-build +FROM archlinux:base-20240818.0.255804 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-20240811.0.253648 +FROM archlinux:base-20240818.0.255804 ARG user=jenkins ARG group=jenkins