8000 Update ubuntu Docker tag to v24 by renovate[bot] · Pull Request #3184 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo-targets/dummy-ssh/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# From https://gdevillele.github.io/engine/examples/running_ssh_service/
# This file is authored by Docker Inc. and is not covered by the Apache2 Licence by the secureCodeBox project.
FROM ubuntu:16.04
FROM ubuntu:24.04

RUN apt-get update && apt-get install -y openssh-server
RUN mkdir /var/run/sshd
Expand Down
Loading
0