This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new a6f15e9a Docco [skip ci] a6f15e9a is described below commit a6f15e9a05aa35077398a00f66958e8c920058b6 Author: Sebb <s...@apache.org> AuthorDate: Tue Nov 28 22:55:11 2023 +0000 Docco [skip ci] --- src/docker/Dockerfile.aarch64 | 2 +- src/docker/Dockerfile.riscv64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docker/Dockerfile.aarch64 b/src/docker/Dockerfile.aarch64 index 10af99dc..4a1d245f 100644 --- a/src/docker/Dockerfile.aarch64 +++ b/src/docker/Dockerfile.aarch64 @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file creates a Docker image for use in building linux-aarch64 on CI +# This file creates a Docker image for use in testing linux-aarch64 on CI FROM ubuntu:20.04 diff --git a/src/docker/Dockerfile.riscv64 b/src/docker/Dockerfile.riscv64 index 9e42b2de..004f7576 100644 --- a/src/docker/Dockerfile.riscv64 +++ b/src/docker/Dockerfile.riscv64 @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file creates a Docker image for use in building linux-riscv64 on CI +# This file creates a Docker image for use in testing linux-riscv64 on CI FROM riscv64/ubuntu:20.04