Skip to content

Commit 4f6febf

Browse files
build(deps): Bump the docker group across 2 directories with 1 update
Bumps the docker group with 1 update in the /packages/dart/sshnoports/tools directory: dart. Bumps the docker group with 1 update in the /tests/end2end_tests/image directory: dart. Updates `dart` from 3.3.4 to 3.4.0 Updates `dart` from 3.3.4 to 3.4.0 --- updated-dependencies: - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker - dependency-name: dart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38d1e07 commit 4f6febf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/dart/sshnoports/tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile
22
# Build image for a containerized instance of sshnpd
33

4-
FROM dart:3.3.4@sha256:34dcecfce91f81b436c3141ff1c432d93be284f4e4b9727f959ff2fb96a9c585 AS buildimage
4+
FROM dart:3.4.0@sha256:c0ee4fc409b02a8365eb7d1c8d8fffa7602cb37a9a13cca2992e878f4ad5312c AS buildimage
55
ENV PACKAGEDIR=packages/dart/sshnoports
66
ENV BINARYDIR=/usr/local/at
77
SHELL ["/bin/bash", "-c"]

packages/dart/sshnoports/tools/Dockerfile.activate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile.activate
22
# 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
44
ENV PACKAGEDIR=packages/dart/sshnoports
55
ENV BINARYDIR=/usr/local/at
66
SHELL ["/bin/bash", "-c"]

packages/dart/sshnoports/tools/Dockerfile.sshnpd-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# as of 5th Feb 2024 - Will check state as 3.3 Stable is released
1010
#FROM dart:beta-sdk AS buildimage
1111

12-
FROM dart:3.3.4@sha256:34dcecfce91f81b436c3141ff1c432d93be284f4e4b9727f959ff2fb96a9c585 AS buildimage
12+
FROM dart:3.4.0@sha256:c0ee4fc409b02a8365eb7d1c8d8fffa7602cb37a9a13cca2992e878f4ad5312c AS buildimage
1313
ENV PACKAGEDIR=packages/dart/sshnoports
1414
ENV OPENSSH=tools/static-openssh
1515
ENV BINARYDIR=/usr/local/at

tests/end2end_tests/image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN set -eux ; \
2626

2727
# BRANCH
2828
# BUILD BRANCH
29-
FROM dart:3.3.4@sha256:34dcecfce91f81b436c3141ff1c432d93be284f4e4b9727f959ff2fb96a9c585 AS build-branch
29+
FROM dart:3.4.0@sha256:c0ee4fc409b02a8365eb7d1c8d8fffa7602cb37a9a13cca2992e878f4ad5312c AS build-branch
3030

3131
ENV URL=https://github.com/atsign-foundation/noports.git
3232
ENV REPO_DIR=/app/repo
@@ -65,7 +65,7 @@ ENTRYPOINT cp -r /mount/. ${HOMEDIR} && sudo service ssh start && sh ${HOMEDIR}/
6565

6666
# LOCAL
6767
# BUILD LOCAL
68-
FROM dart:3.3.4@sha256:34dcecfce91f81b436c3141ff1c432d93be284f4e4b9727f959ff2fb96a9c585 AS build-local
68+
FROM dart:3.4.0@sha256:c0ee4fc409b02a8365eb7d1c8d8fffa7602cb37a9a13cca2992e878f4ad5312c AS build-local
6969

7070
ENV REPO_DIR=/app/repo
7171
ENV PACKAGE_DIR=${REPO_DIR}/packages/dart/sshnoports

0 commit comments

Comments
 (0)