Skip to content

Commit 06dfe9b

Browse files
authored
Merge pull request #2032 from atsign-foundation/dependabot/docker/tests/e2e_all/dockerfiles/docker-83af400112
build(deps): Bump atsigncompany/noports_e2e_all_base_runtime from `db7c299` to `d5420f3` in /tests/e2e_all/dockerfiles in the docker group across 1 directory
2 parents cb6ece8 + 40e320b commit 06dfe9b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/e2e_all/dockerfiles/Dockerfile.c.branch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux ; \
2424
cmake --build build ; \
2525
mv build/srv ${OUTPUT_DIR}/srv
2626

27-
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:db7c299a642b9c00d9cd691d832b66e7c0f308ea5dd8f8d788f1cf6a0a243b69 AS runtime
27+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:d5420f3de3fa7acf49f744344c8433aa140278d0064973105c11c90edff1214e AS runtime
2828

2929
ENV USER=atsign
3030
ENV HOMEDIR=/${USER}

tests/e2e_all/dockerfiles/Dockerfile.c.current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -eux ; \
2525
mv build/srv ${OUTPUT_DIR}/srv
2626

2727

28-
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:db7c299a642b9c00d9cd691d832b66e7c0f308ea5dd8f8d788f1cf6a0a243b69 AS runtime
28+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:d5420f3de3fa7acf49f744344c8433aa140278d0064973105c11c90edff1214e AS runtime
2929

3030
ENV USER=atsign
3131
ENV HOMEDIR=/${USER}

tests/e2e_all/dockerfiles/Dockerfile.c.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN set -eux ; \
3535
cmake --build build ; \
3636
mv build/srv ${OUTPUT_DIR}/srv ;
3737

38-
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:db7c299a642b9c00d9cd691d832b66e7c0f308ea5dd8f8d788f1cf6a0a243b69 AS runtime
38+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:d5420f3de3fa7acf49f744344c8433aa140278d0064973105c11c90edff1214e AS runtime
3939

4040
ENV USER=atsign
4141
ENV HOMEDIR=/${USER}

tests/e2e_all/dockerfiles/Dockerfile.dart.branch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux ; \
2424
dart compile exe ${PACKAGE_DIR}/bin/srv.dart -o ${OUTPUT_DIR}/srv ; \
2525
dart compile exe ${PACKAGE_DIR}/bin/srvd.dart -o ${OUTPUT_DIR}/srvd
2626

27-
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:db7c299a642b9c00d9cd691d832b66e7c0f308ea5dd8f8d788f1cf6a0a243b69 AS runtime
27+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:d5420f3de3fa7acf49f744344c8433aa140278d0064973105c11c90edff1214e AS runtime
2828

2929
ENV USER=atsign
3030
ENV HOMEDIR=/${USER}

tests/e2e_all/dockerfiles/Dockerfile.dart.current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -eux ; \
1818
dart compile exe bin/srv.dart -o ${OUTPUT_DIR}/srv ; \
1919
dart compile exe bin/srvd.dart -o ${OUTPUT_DIR}/srvd
2020

21-
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:db7c299a642b9c00d9cd691d832b66e7c0f308ea5dd8f8d788f1cf6a0a243b69 AS runtime
21+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:d5420f3de3fa7acf49f744344c8433aa140278d0064973105c11c90edff1214e AS runtime
2222

2323
ENV USER=atsign
2424
ENV HOMEDIR=/${USER}

tests/e2e_all/dockerfiles/Dockerfile.dart.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apt-get update && \
2929
cd sshnp && \
3030
mv -f at_activate install.sh np_admin npp_atserver npp_file npt srv srvd sshnp sshnpd ${OUTPUT_DIR} || true
3131

32-
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:db7c299a642b9c00d9cd691d832b66e7c0f308ea5dd8f8d788f1cf6a0a243b69 AS runtime
32+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:d5420f3de3fa7acf49f744344c8433aa140278d0064973105c11c90edff1214e AS runtime
3333

3434
ENV USER=atsign
3535
ENV HOMEDIR=/${USER}

0 commit comments

Comments
 (0)