Skip to content

Commit

Permalink
build(deps): Bump the docker group across 4 directories with 2 updates
Browse files Browse the repository at this point in the history
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 2 updates in the /tools/build_virtual_environment/ve_base directory: dart and debian.


Updates `dart` from `6489a26` to `3f3877b`

Updates `dart` from `6489a26` to `3f3877b`

Updates `dart` from `6489a26` to `3f3877b`

Updates `dart` from `6489a26` to `3f3877b`

Updates `debian` from stable-20241111-slim to stable-20241202-slim

---
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
- dependency-name: debian
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 64450da commit d6a7e15
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/at_root_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:3.5.4@sha256:6489a269e878813bf5a8fe66256c1a3e552d3a3c53eef9c1b224e2d8d737ca6d AS buildimage
FROM dart:3.5.4@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b AS buildimage
ENV HOMEDIR=/atsign
ENV BINARYDIR=/usr/local/at
ENV USER_ID=1024
Expand Down
2 changes: 1 addition & 1 deletion tools/build_secondary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:3.5.4@sha256:6489a269e878813bf5a8fe66256c1a3e552d3a3c53eef9c1b224e2d8d737ca6d AS buildimage
FROM dart:3.5.4@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b AS buildimage
ENV HOMEDIR=/atsign
ENV USER_ID=1024
ENV GROUP_ID=1024
Expand Down
2 changes: 1 addition & 1 deletion tools/build_secondary/Dockerfile.observe
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:3.5.4@sha256:6489a269e878813bf5a8fe66256c1a3e552d3a3c53eef9c1b224e2d8d737ca6d AS buildimage
FROM dart:3.5.4@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b AS buildimage
ENV HOMEDIR=/atsign
ENV USER_ID=1024
ENV GROUP_ID=1024
Expand Down
2 changes: 1 addition & 1 deletion tools/build_virtual_environment/ve/Dockerfile.vip
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:3.5.4@sha256:6489a269e878813bf5a8fe66256c1a3e552d3a3c53eef9c1b224e2d8d737ca6d AS buildimage
FROM dart:3.5.4@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b AS buildimage
ENV USER_ID=1024
ENV GROUP_ID=1024
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions tools/build_virtual_environment/ve_base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:3.5.4@sha256:6489a269e878813bf5a8fe66256c1a3e552d3a3c53eef9c1b224e2d8d737ca6d AS buildimage
FROM dart:3.5.4@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b AS buildimage
ENV USER_ID=1024
ENV GROUP_ID=1024
WORKDIR /app
Expand All @@ -17,7 +17,7 @@ RUN \
dart pub update ; \
dart compile exe bin/install_PKAM_Keys.dart -o install_PKAM_Keys

FROM debian:stable-20241111-slim@sha256:32f6d6f046ee9b4c31b359e695a1f0174e85846148f058f3fecad9233e88ff6a
FROM debian:stable-20241202-slim@sha256:4d63ef53faef7bd35c92fbefb1e9e2e7b6777e3cbec6c34f640e96b925e430eb
# was debian:stable-20221114-slim
USER root

Expand Down

0 comments on commit d6a7e15

Please sign in to comment.