Changed Docker base image ocurrences from amazonlinux:2023.3.20240304.0 to amazonlinux:2023

This commit is contained in:
Carlos Anguita López
2024-04-10 13:18:01 +02:00
parent 74e30e89f8
commit 92d6f87091
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Wazuh Docker Copyright (C) 2017, Wazuh Inc. (License GPLv2)
FROM amazonlinux:2023.3.20240304.0
FROM amazonlinux:2023
RUN rm /bin/sh && ln -s /bin/bash /bin/sh