modify base for Wazuh Docker images

This commit is contained in:
vcerenu
2023-08-11 12:15:28 -03:00
parent e67b7eae70
commit d0eaae482c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Wazuh Docker Copyright (C) 2017, Wazuh Inc. (License GPLv2)
FROM ubuntu:focal
FROM ubuntu:jammy
RUN rm /bin/sh && ln -s /bin/bash /bin/sh