File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
packages/dart/sshnoports/tools
tests/end2end_tests/image Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Dockerfile
2
2
# Build image for a containerized instance of sshnpd
3
3
4
- FROM dart:3.7.2 @sha256:ede9f598a82f87ba0d6cd9fe327c02a1c7aac69ac64528b8d1ac192b3bc4c1b2 AS buildimage
4
+ FROM dart:3.7.3 @sha256:52497b20476fd84cb9f0d63a008b306d75f56f44e54431e510b8cf0e4cc4534a AS buildimage
5
5
ENV PACKAGEDIR=packages/dart/sshnoports
6
6
ENV BINARYDIR=/usr/local/at
7
7
SHELL ["/bin/bash" , "-c" ]
Original file line number Diff line number Diff line change 1
1
# Dockerfile.activate
2
2
# Build image for a containerized call of the at_activate binary
3
- FROM dart:3.7.2 @sha256:ede9f598a82f87ba0d6cd9fe327c02a1c7aac69ac64528b8d1ac192b3bc4c1b2 AS buildimage
3
+ FROM dart:3.7.3 @sha256:52497b20476fd84cb9f0d63a008b306d75f56f44e54431e510b8cf0e4cc4534a AS buildimage
4
4
ENV PACKAGEDIR=packages/dart/sshnoports
5
5
ENV BINARYDIR=/usr/local/at
6
6
SHELL ["/bin/bash", "-c"]
Original file line number Diff line number Diff line change 1
1
# Dockerfile.activate
2
2
# Build image for a containerized call of the at_activate binary
3
- FROM dart:3.7.2 @sha256:ede9f598a82f87ba0d6cd9fe327c02a1c7aac69ac64528b8d1ac192b3bc4c1b2 AS buildimage
3
+ FROM dart:3.7.3 @sha256:52497b20476fd84cb9f0d63a008b306d75f56f44e54431e510b8cf0e4cc4534a AS buildimage
4
4
ENV PACKAGEDIR=packages/dart/sshnoports
5
5
ENV BINARYDIR=/usr/local/at
6
6
SHELL ["/bin/bash", "-c"]
Original file line number Diff line number Diff line change 1
1
# Dockerfile.activate
2
2
# Build image for a containerized call of the at_activate binary
3
- FROM dart:3.7.2 @sha256:ede9f598a82f87ba0d6cd9fe327c02a1c7aac69ac64528b8d1ac192b3bc4c1b2 AS buildimage
3
+ FROM dart:3.7.3 @sha256:52497b20476fd84cb9f0d63a008b306d75f56f44e54431e510b8cf0e4cc4534a AS buildimage
4
4
ENV PACKAGEDIR=packages/dart/sshnoports
5
5
ENV BINARYDIR=/usr/local/at
6
6
SHELL ["/bin/bash", "-c"]
Original file line number Diff line number Diff line change 9
9
# as of 5th Feb 2024 - Will check state as 3.3 Stable is released
10
10
#FROM dart:beta-sdk AS buildimage
11
11
12
- FROM dart:3.7.2 @sha256:ede9f598a82f87ba0d6cd9fe327c02a1c7aac69ac64528b8d1ac192b3bc4c1b2 AS buildimage
12
+ FROM dart:3.7.3 @sha256:52497b20476fd84cb9f0d63a008b306d75f56f44e54431e510b8cf0e4cc4534a AS buildimage
13
13
ARG TARGETARCH
14
14
ENV PACKAGEDIR=packages/dart/sshnoports
15
15
ENV OPENSSH=tools/static-openssh
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN set -eux ; \
26
26
27
27
# BRANCH
28
28
# BUILD BRANCH
29
- FROM dart:3.7.2 @sha256:ede9f598a82f87ba0d6cd9fe327c02a1c7aac69ac64528b8d1ac192b3bc4c1b2 AS build-branch
29
+ FROM dart:3.7.3 @sha256:52497b20476fd84cb9f0d63a008b306d75f56f44e54431e510b8cf0e4cc4534a AS build-branch
30
30
31
31
ENV URL=https://github.com/atsign-foundation/noports.git
32
32
ENV REPO_DIR=/app/repo
@@ -65,7 +65,7 @@ ENTRYPOINT cp -r /mount/. ${HOMEDIR} && sudo service ssh start && sh ${HOMEDIR}/
65
65
66
66
# LOCAL
67
67
# BUILD LOCAL
68
- FROM dart:3.7.2 @sha256:ede9f598a82f87ba0d6cd9fe327c02a1c7aac69ac64528b8d1ac192b3bc4c1b2 AS build-local
68
+ FROM dart:3.7.3 @sha256:52497b20476fd84cb9f0d63a008b306d75f56f44e54431e510b8cf0e4cc4534a AS build-local
69
69
70
70
ENV REPO_DIR=/app/repo
71
71
ENV PACKAGE_DIR=${REPO_DIR}/packages/dart/sshnoports
You can’t perform that action at this time.
0 commit comments