Skip to content

Commit 7961742

Browse files
authored
Merge pull request #2011 from atsign-foundation/dependabot/docker/tests/e2e_all/dockerfiles/docker-83af400112
build(deps): Bump atsigncompany/noports_e2e_all_base_runtime from `c71bac9` to `adb6473` in /tests/e2e_all/dockerfiles in the docker group across 1 directory
2 parents 79bde0f + 1e5ed6b commit 7961742

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

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

0 commit comments

Comments
 (0)