Skip to content

Commit 38f67de

Browse files
authored
Merge pull request #2053 from atsign-foundation/dependabot/docker/packages/dart/sshnoports/tools/docker-e3d46da9cb
build(deps): Bump the docker group across 3 directories with 1 update
2 parents 5538d42 + 1e8e185 commit 38f67de

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
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.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
4+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 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.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
3+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 AS buildimage
44
ENV PACKAGEDIR=packages/dart/sshnoports
55
ENV BINARYDIR=/usr/local/at
66
SHELL ["/bin/bash", "-c"]

packages/dart/sshnoports/tools/Dockerfile.npt

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.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
3+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 AS buildimage
44
ENV PACKAGEDIR=packages/dart/sshnoports
55
ENV BINARYDIR=/usr/local/at
66
SHELL ["/bin/bash", "-c"]

packages/dart/sshnoports/tools/Dockerfile.srvd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile.srvd
22
# Build image for a containerized call of the srvd and srv binaries
3-
FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
3+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 AS buildimage
44
ENV PACKAGEDIR=packages/dart/sshnoports
55
ENV BINARYDIR=/usr/local/at
66
SHELL ["/bin/bash", "-c"]

packages/dart/sshnoports/tools/Dockerfile.sshnp

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.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
3+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 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.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
12+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 AS buildimage
1313
ARG TARGETARCH
1414
ENV PACKAGEDIR=packages/dart/sshnoports
1515
ENV OPENSSH=tools/static-openssh

tests/e2e_all/dockerfiles/Dockerfile.dart.branch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
1+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 AS buildimage
22

33
ENV URL=https://github.com/atsign-foundation/noports.git
44
ENV REPO_DIR=/app/repo

tests/e2e_all/dockerfiles/Dockerfile.dart.current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dart:3.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS buildimage
1+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 AS buildimage
22

33
ENV REPO_DIR=/app/repo
44
ENV OUTPUT_DIR=/output

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.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS build-branch
29+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 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.8.2@sha256:d870d0bbe1ada135be805e775c5cf8444751724a924ea5e53a2f9cc5fcb1be48 AS build-local
68+
FROM dart:3.8.2@sha256:660a0751a021250d588af61322ab2cce9edef6002960638a4b0c09ede7427b99 AS build-local
6969

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

0 commit comments

Comments
 (0)