Skip to content

Commit 36c2a83

Browse files
renovate[bot]Weltraumschaf
authored andcommitted
Update ubuntu Docker tag to v26
1 parent 7c873c9 commit 36c2a83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo-targets/dummy-ssh/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# From https://gdevillele.github.io/engine/examples/running_ssh_service/
66
# This file is authored by Docker Inc. and is not covered by the Apache2 Licence by the secureCodeBox project.
7-
FROM ubuntu:24.04
7+
FROM ubuntu:26.04
88

99
RUN apt-get update && apt-get install -y openssh-server
1010
RUN mkdir /var/run/sshd

scanners/ncrack/scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
FROM ubuntu:24.04
5+
FROM ubuntu:26.04
66
ARG scannerVersion
77

88
RUN apt-get update \

0 commit comments

Comments
 (0)