We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c873c9 commit 36c2a83Copy full SHA for 36c2a83
2 files changed
demo-targets/dummy-ssh/container/Dockerfile
@@ -4,7 +4,7 @@
4
5
# From https://gdevillele.github.io/engine/examples/running_ssh_service/
6
# This file is authored by Docker Inc. and is not covered by the Apache2 Licence by the secureCodeBox project.
7
-FROM ubuntu:24.04
+FROM ubuntu:26.04
8
9
RUN apt-get update && apt-get install -y openssh-server
10
RUN mkdir /var/run/sshd
scanners/ncrack/scanner/Dockerfile
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
ARG scannerVersion
RUN apt-get update \
0 commit comments