From 6ecaf023bbab3b8b7815c8eae58b3239e998f44d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 00:34:00 +0000 Subject: [PATCH] build(deps): Bump the docker group across 4 directories with 1 update Bumps the docker group with 1 update in the /packages/at_root_server directory: dart. Bumps the docker group with 1 update in the /tools/build_secondary directory: dart. Bumps the docker group with 1 update in the /tools/build_virtual_environment/ve directory: dart. Bumps the docker group with 1 update in the /tools/build_virtual_environment/ve_base directory: dart. Updates `dart` from 3.4.1 to 3.4.2 Updates `dart` from 3.4.1 to 3.4.2 Updates `dart` from 3.4.1 to 3.4.2 Updates `dart` from 3.4.1 to 3.4.2 --- updated-dependencies: - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] --- packages/at_root_server/Dockerfile | 2 +- tools/build_secondary/Dockerfile | 2 +- tools/build_secondary/Dockerfile.observe | 2 +- tools/build_virtual_environment/ve/Dockerfile.vip | 2 +- tools/build_virtual_environment/ve_base/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/at_root_server/Dockerfile b/packages/at_root_server/Dockerfile index a1bb08005..3c0ef2309 100644 --- a/packages/at_root_server/Dockerfile +++ b/packages/at_root_server/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.4.1@sha256:f182edd660c065a5fb19d85e1c5bc1e8e288814a6039dfb95e4ade7d1e596f25 AS buildimage +FROM dart:3.4.2@sha256:02151d2a54ed41cf98d2fda8ddd4150fe9dd883a19abf07ca0ad3a70b7cef07f AS buildimage ENV HOMEDIR=/atsign ENV BINARYDIR=/usr/local/at ENV USER_ID=1024 diff --git a/tools/build_secondary/Dockerfile b/tools/build_secondary/Dockerfile index 4dc846175..bdcbf1597 100644 --- a/tools/build_secondary/Dockerfile +++ b/tools/build_secondary/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.4.1@sha256:f182edd660c065a5fb19d85e1c5bc1e8e288814a6039dfb95e4ade7d1e596f25 AS buildimage +FROM dart:3.4.2@sha256:02151d2a54ed41cf98d2fda8ddd4150fe9dd883a19abf07ca0ad3a70b7cef07f AS buildimage ENV HOMEDIR=/atsign ENV USER_ID=1024 ENV GROUP_ID=1024 diff --git a/tools/build_secondary/Dockerfile.observe b/tools/build_secondary/Dockerfile.observe index b249aaa7e..782122ee1 100644 --- a/tools/build_secondary/Dockerfile.observe +++ b/tools/build_secondary/Dockerfile.observe @@ -1,4 +1,4 @@ -FROM dart:3.4.1@sha256:f182edd660c065a5fb19d85e1c5bc1e8e288814a6039dfb95e4ade7d1e596f25 AS buildimage +FROM dart:3.4.2@sha256:02151d2a54ed41cf98d2fda8ddd4150fe9dd883a19abf07ca0ad3a70b7cef07f AS buildimage ENV HOMEDIR=/atsign ENV USER_ID=1024 ENV GROUP_ID=1024 diff --git a/tools/build_virtual_environment/ve/Dockerfile.vip b/tools/build_virtual_environment/ve/Dockerfile.vip index dc77e01e7..05f8d6f1c 100644 --- a/tools/build_virtual_environment/ve/Dockerfile.vip +++ b/tools/build_virtual_environment/ve/Dockerfile.vip @@ -1,4 +1,4 @@ -FROM dart:3.4.1@sha256:f182edd660c065a5fb19d85e1c5bc1e8e288814a6039dfb95e4ade7d1e596f25 AS buildimage +FROM dart:3.4.2@sha256:02151d2a54ed41cf98d2fda8ddd4150fe9dd883a19abf07ca0ad3a70b7cef07f AS buildimage ENV USER_ID=1024 ENV GROUP_ID=1024 WORKDIR /app diff --git a/tools/build_virtual_environment/ve_base/Dockerfile b/tools/build_virtual_environment/ve_base/Dockerfile index eafe3f07f..4ff2bb6c1 100644 --- a/tools/build_virtual_environment/ve_base/Dockerfile +++ b/tools/build_virtual_environment/ve_base/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.4.1@sha256:f182edd660c065a5fb19d85e1c5bc1e8e288814a6039dfb95e4ade7d1e596f25 AS buildimage +FROM dart:3.4.2@sha256:02151d2a54ed41cf98d2fda8ddd4150fe9dd883a19abf07ca0ad3a70b7cef07f AS buildimage ENV USER_ID=1024 ENV GROUP_ID=1024 WORKDIR /app