Skip to content

Commit

Permalink
Merge pull request #352 from atsign-foundation/dependabot/docker/test…
Browse files Browse the repository at this point in the history
…s/end2end_tests/image/dart-3e69d20

build(deps): bump dart from `faf300f` to `3e69d20` in /tests/end2end_tests/image
  • Loading branch information
cpswan committed Aug 16, 2023
2 parents 6f9c07b + d88bee0 commit 40e5248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/end2end_tests/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:3.0.7@sha256:faf300f790cadb2e34182dd75c5f14642e21c625396055a16aa967170dfb71d7 AS build-branch
FROM dart:3.0.7@sha256:3e69d201d73960f8a7e6fb0ee7467ade1495659676a7c09353a39fdb77852b97 AS build-branch

ENV URL=https://github.com/atsign-foundation/sshnoports.git
ENV REPO_DIR=/app/repo
Expand All @@ -20,7 +20,7 @@ RUN set -eux ; \
dart compile exe ${REPO_DIR}/packages/sshnoports/bin/sshrvd.dart -o ${OUTPUT_DIR}/sshrvd ; \
dart compile exe ${REPO_DIR}/packages/sshnoports/bin/activate_cli.dart -o ${OUTPUT_DIR}/at_activate ;

FROM dart:3.0.7@sha256:faf300f790cadb2e34182dd75c5f14642e21c625396055a16aa967170dfb71d7 AS build-local
FROM dart:3.0.7@sha256:3e69d201d73960f8a7e6fb0ee7467ade1495659676a7c09353a39fdb77852b97 AS build-local

ENV REPO_DIR=/app/repo
ENV OUTPUT_DIR=/app/output
Expand Down

0 comments on commit 40e5248

Please sign in to comment.