Skip to content

Commit b1264c4

Browse files
authored
Merge pull request #2048 from atsign-foundation/dependabot/docker/packages/dart/sshnoports/tools/docker-459411f143
build(deps): Bump the docker group across 4 directories with 2 updates
2 parents 23c32e7 + ffcafad commit b1264c4

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS buildimage
4+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa 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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS buildimage
3+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa 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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS buildimage
3+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa 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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS buildimage
3+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa 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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS buildimage
3+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa 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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS buildimage
12+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa 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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS buildimage
1+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa 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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS buildimage
1+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa 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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS build-branch
29+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa 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.1@sha256:5675e2e8e963024328dedc075af5eec0824f1f0c9728ef0f0c673ea098efac79 AS build-local
68+
FROM dart:3.8.2@sha256:b751e2ebf640e910b48f75396cfddf2b6cbd99f1a6ba919220e39c7f8cf3a0fa AS build-local
6969

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

tools/multibuild/Dockerfile.package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile.package
22
# A dockerfile for packaging SSH No Ports releases using docker buildx
33

4-
FROM atsigncompany/buildimage:3.8.1@sha256:9079256f3def7210257286dafa05135e3ac8391b6af703243da08c1dcac86d84 AS build
4+
FROM atsigncompany/buildimage:3.8.2@sha256:d451ba94688afcfbc3c40f89e183a90dc37484690b302110ec2b6a8dfdf32a35 AS build
55
# Using atsigncompany/buildimage until official dart image has RISC-V support
66
# See https://github.com/atsign-company/at_dockerfiles for source and automated builds
77
WORKDIR /noports

0 commit comments

Comments
 (0)