File tree Expand file tree Collapse file tree 13 files changed +15
-15
lines changed
packages/dart/sshnoports/tools Expand file tree Collapse file tree 13 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 17
17
dart compile exe bin/srv.dart -o ${BINARYDIR}/srv
18
18
19
19
# Second stage of build FROM debian-slim
20
- FROM debian:stable-20250630 -slim@sha256:7e0b7fe7c6d695d615eabaea8d19adf592a6a9ff3dbd5206d3e31139b9afdfa7
20
+ FROM debian:stable-20250721 -slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1
21
21
ENV USER=atsign
22
22
ENV HOMEDIR=/${USER}
23
23
ENV BINARYDIR=/usr/local/at
Original file line number Diff line number Diff line change 15
15
dart compile exe bin/activate_cli.dart -o ${BINARYDIR}/at_activate
16
16
17
17
# Second stage of build FROM debian-slim
18
- FROM debian:stable-20250630 -slim@sha256:7e0b7fe7c6d695d615eabaea8d19adf592a6a9ff3dbd5206d3e31139b9afdfa7
18
+ FROM debian:stable-20250721 -slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1
19
19
ENV USER=atsign
20
20
ENV HOMEDIR=/${USER}
21
21
ENV BINARYDIR=/usr/local/at
Original file line number Diff line number Diff line change 15
15
dart compile exe bin/npt.dart -o ${BINARYDIR}/npt
16
16
17
17
# Second stage of build FROM debian-slim
18
- FROM debian:stable-20250630 -slim@sha256:7e0b7fe7c6d695d615eabaea8d19adf592a6a9ff3dbd5206d3e31139b9afdfa7
18
+ FROM debian:stable-20250721 -slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1
19
19
ENV USER=atsign
20
20
ENV HOMEDIR=/${USER}
21
21
ENV BINARYDIR=/usr/local/at
Original file line number Diff line number Diff line change 16
16
dart compile exe bin/srv.dart -o ${BINARYDIR}/srv
17
17
18
18
# Second stage of build FROM debian-slim
19
- FROM debian:stable-20250630 -slim@sha256:7e0b7fe7c6d695d615eabaea8d19adf592a6a9ff3dbd5206d3e31139b9afdfa7
19
+ FROM debian:stable-20250721 -slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1
20
20
ENV USER=atsign
21
21
ENV HOMEDIR=/${USER}
22
22
ENV BINARYDIR=/usr/local/at
Original file line number Diff line number Diff line change 15
15
dart compile exe bin/sshnp.dart -o ${BINARYDIR}/sshnp
16
16
17
17
# Second stage of build FROM debian-slim
18
- FROM debian:stable-20250630 -slim@sha256:7e0b7fe7c6d695d615eabaea8d19adf592a6a9ff3dbd5206d3e31139b9afdfa7
18
+ FROM debian:stable-20250721 -slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1
19
19
ENV USER=atsign
20
20
ENV HOMEDIR=/${USER}
21
21
ENV BINARYDIR=/usr/local/at
Original file line number Diff line number Diff line change 1
1
# Dockerfile.base-runtime
2
- FROM debian:stable-slim@sha256:7e0b7fe7c6d695d615eabaea8d19adf592a6a9ff3dbd5206d3e31139b9afdfa7
2
+ FROM debian:stable-slim@sha256:377ddc2a20fe8632a49b69dcfff10fccbd5b4f0b8c2d593420a6a5e03070dfa1
3
3
4
4
ENV USER=atsign
5
5
ENV HOMEDIR=/${USER}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -eux ; \
24
24
cmake --build build ; \
25
25
mv build/srv ${OUTPUT_DIR}/srv
26
26
27
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:90b1db7fa05378448362af70075f64117b8a5293a9e35f1a18d193ec456dbf61 AS runtime
27
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
28
28
29
29
ENV USER=atsign
30
30
ENV HOMEDIR=/${USER}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN set -eux ; \
25
25
mv build/srv ${OUTPUT_DIR}/srv
26
26
27
27
28
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:90b1db7fa05378448362af70075f64117b8a5293a9e35f1a18d193ec456dbf61 AS runtime
28
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
29
29
30
30
ENV USER=atsign
31
31
ENV HOMEDIR=/${USER}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN set -eux ; \
35
35
cmake --build build ; \
36
36
mv build/srv ${OUTPUT_DIR}/srv ;
37
37
38
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:90b1db7fa05378448362af70075f64117b8a5293a9e35f1a18d193ec456dbf61 AS runtime
38
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
39
39
40
40
ENV USER=atsign
41
41
ENV HOMEDIR=/${USER}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -eux ; \
24
24
dart compile exe ${PACKAGE_DIR}/bin/srv.dart -o ${OUTPUT_DIR}/srv ; \
25
25
dart compile exe ${PACKAGE_DIR}/bin/srvd.dart -o ${OUTPUT_DIR}/srvd
26
26
27
- FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:90b1db7fa05378448362af70075f64117b8a5293a9e35f1a18d193ec456dbf61 AS runtime
27
+ FROM atsigncompany/noports_e2e_all_base_runtime:latest@sha256:e1deebc156eb19b6749d9661c8d066b5e217a470143c1efea5e22d6e4f869559 AS runtime
28
28
29
29
ENV USER=atsign
30
30
ENV HOMEDIR=/${USER}
You can’t perform that action at this time.
0 commit comments