Skip to content

Commit 66df0bb

Browse files
authored
Merge pull request #2056 from atsign-foundation/dependabot/docker/tests/e2e_all/dockerfiles/docker-83af400112
build(deps): Bump atsigncompany/noports_e2e_all_base_runtime from `e1deebc` to `8e8628c` in /tests/e2e_all/dockerfiles in the docker group across 1 directory
2 parents 917db9d + dc6ebc1 commit 66df0bb

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:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
27+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:8e8628c66d736f01ae4d576aaff564e2f17b82a74fec451c6d265695d0412c82 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:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
28+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:8e8628c66d736f01ae4d576aaff564e2f17b82a74fec451c6d265695d0412c82 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:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
38+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:8e8628c66d736f01ae4d576aaff564e2f17b82a74fec451c6d265695d0412c82 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:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
27+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:8e8628c66d736f01ae4d576aaff564e2f17b82a74fec451c6d265695d0412c82 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:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
21+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:8e8628c66d736f01ae4d576aaff564e2f17b82a74fec451c6d265695d0412c82 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:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
32+
FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:8e8628c66d736f01ae4d576aaff564e2f17b82a74fec451c6d265695d0412c82 AS runtime
3333

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

0 commit comments

Comments
 (0)