File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/dart/sshnoports/tools
tests/end2end_tests/image Expand file tree Collapse file tree 3 files changed +4
-4
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-20240423 -slim@sha256:ff394977014e94e9a7c67bb22f5014ea069d156b86e001174f4bae6f4618297a
20
+ FROM debian:stable-20240513 -slim@sha256:2b2e35d67c8fda0ba853d40cd18e57b99ab12d82fd3200607015eb09784068bd
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-20240423 -slim@sha256:ff394977014e94e9a7c67bb22f5014ea069d156b86e001174f4bae6f4618297a
18
+ FROM debian:stable-20240513 -slim@sha256:2b2e35d67c8fda0ba853d40cd18e57b99ab12d82fd3200607015eb09784068bd
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
# BASE
2
- FROM debian:stable-20240423 -slim@sha256:ff394977014e94e9a7c67bb22f5014ea069d156b86e001174f4bae6f4618297a AS base
2
+ FROM debian:stable-20240513 -slim@sha256:2b2e35d67c8fda0ba853d40cd18e57b99ab12d82fd3200607015eb09784068bd AS base
3
3
4
4
ENV USER=atsign
5
5
ENV HOMEDIR=/${USER}
@@ -101,7 +101,7 @@ ENTRYPOINT cp -r /mount/. ${HOMEDIR} && sudo service ssh start && sh ${HOMEDIR}/
101
101
102
102
# RELEASE
103
103
# BUILD RELEASE
104
- FROM debian:stable-20240423 -slim@sha256:ff394977014e94e9a7c67bb22f5014ea069d156b86e001174f4bae6f4618297a AS build-release
104
+ FROM debian:stable-20240513 -slim@sha256:2b2e35d67c8fda0ba853d40cd18e57b99ab12d82fd3200607015eb09784068bd AS build-release
105
105
106
106
ARG release
107
107
You can’t perform that action at this time.
0 commit comments