Skip to content

Commit 9b56825

Browse files
authored
Merge pull request #1058 from atsign-foundation/dependabot/docker/packages/dart/sshnoports/tools/docker-ad06811db4
build(deps): Bump the docker group across 2 directories with 1 update
2 parents 34705fb + fc00262 commit 9b56825

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/dart/sshnoports/tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN \
1717
dart compile exe bin/srv.dart -o ${BINARYDIR}/srv
1818

1919
# Second stage of build FROM debian-slim
20-
FROM debian:stable-20240423-slim@sha256:ff394977014e94e9a7c67bb22f5014ea069d156b86e001174f4bae6f4618297a
20+
FROM debian:stable-20240513-slim@sha256:2b2e35d67c8fda0ba853d40cd18e57b99ab12d82fd3200607015eb09784068bd
2121
ENV USER=atsign
2222
ENV HOMEDIR=/${USER}
2323
ENV BINARYDIR=/usr/local/at

packages/dart/sshnoports/tools/Dockerfile.activate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
dart compile exe bin/activate_cli.dart -o ${BINARYDIR}/at_activate
1616

1717
# Second stage of build FROM debian-slim
18-
FROM debian:stable-20240423-slim@sha256:ff394977014e94e9a7c67bb22f5014ea069d156b86e001174f4bae6f4618297a
18+
FROM debian:stable-20240513-slim@sha256:2b2e35d67c8fda0ba853d40cd18e57b99ab12d82fd3200607015eb09784068bd
1919
ENV USER=atsign
2020
ENV HOMEDIR=/${USER}
2121
ENV BINARYDIR=/usr/local/at

tests/end2end_tests/image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# BASE
2-
FROM debian:stable-20240423-slim@sha256:ff394977014e94e9a7c67bb22f5014ea069d156b86e001174f4bae6f4618297a AS base
2+
FROM debian:stable-20240513-slim@sha256:2b2e35d67c8fda0ba853d40cd18e57b99ab12d82fd3200607015eb09784068bd AS base
33

44
ENV USER=atsign
55
ENV HOMEDIR=/${USER}
@@ -101,7 +101,7 @@ ENTRYPOINT cp -r /mount/. ${HOMEDIR} && sudo service ssh start && sh ${HOMEDIR}/
101101

102102
# RELEASE
103103
# BUILD RELEASE
104-
FROM debian:stable-20240423-slim@sha256:ff394977014e94e9a7c67bb22f5014ea069d156b86e001174f4bae6f4618297a AS build-release
104+
FROM debian:stable-20240513-slim@sha256:2b2e35d67c8fda0ba853d40cd18e57b99ab12d82fd3200607015eb09784068bd AS build-release
105105

106106
ARG release
107107

0 commit comments

Comments
 (0)