File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
packages/dart/sshnoports/tools
tests/end2end_tests/image Expand file tree Collapse file tree 4 files changed +5
-5
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.3.4 @sha256:34dcecfce91f81b436c3141ff1c432d93be284f4e4b9727f959ff2fb96a9c585 AS buildimage
4
+ FROM dart:3.4.0 @sha256:c0ee4fc409b02a8365eb7d1c8d8fffa7602cb37a9a13cca2992e878f4ad5312c 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.3.4 @sha256:34dcecfce91f81b436c3141ff1c432d93be284f4e4b9727f959ff2fb96a9c585 AS buildimage
3
+ FROM dart:3.4.0 @sha256:c0ee4fc409b02a8365eb7d1c8d8fffa7602cb37a9a13cca2992e878f4ad5312c 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.3.4 @sha256:34dcecfce91f81b436c3141ff1c432d93be284f4e4b9727f959ff2fb96a9c585 AS buildimage
12
+ FROM dart:3.4.0 @sha256:c0ee4fc409b02a8365eb7d1c8d8fffa7602cb37a9a13cca2992e878f4ad5312c AS buildimage
13
13
ENV PACKAGEDIR=packages/dart/sshnoports
14
14
ENV OPENSSH=tools/static-openssh
15
15
ENV BINARYDIR=/usr/local/at
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.3.4 @sha256:34dcecfce91f81b436c3141ff1c432d93be284f4e4b9727f959ff2fb96a9c585 AS build-branch
29
+ FROM dart:3.4.0 @sha256:c0ee4fc409b02a8365eb7d1c8d8fffa7602cb37a9a13cca2992e878f4ad5312c 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.3.4 @sha256:34dcecfce91f81b436c3141ff1c432d93be284f4e4b9727f959ff2fb96a9c585 AS build-local
68
+ FROM dart:3.4.0 @sha256:c0ee4fc409b02a8365eb7d1c8d8fffa7602cb37a9a13cca2992e878f4ad5312c 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