update al2024 version

This commit is contained in:
vcerenu
2024-03-13 11:58:52 -03:00
parent 69f9ab8de2
commit 02ee94f312
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.20240219.0 AS builder
FROM amazonlinux:2023.3.20240304.0 AS builder
ARG WAZUH_VERSION
ARG WAZUH_TAG_REVISION
@@ -42,7 +42,7 @@ RUN mkdir -p $INSTALL_DIR/data/wazuh/logs && chmod -R 775 $INSTALL_DIR/data/wazu
# Add entrypoint
# Add wazuh_app_config
################################################################################
FROM amazonlinux:2023.3.20240219.0
FROM amazonlinux:2023.3.20240304.0
# Set environment variables
ENV USER="wazuh-dashboard" \

View File

@@ -1,5 +1,5 @@
# Wazuh Docker Copyright (C) 2017, Wazuh Inc. (License GPLv2)
FROM amazonlinux:2023.3.20240219.0 AS builder
FROM amazonlinux:2023.3.20240304.0 AS builder
ARG WAZUH_VERSION
ARG WAZUH_TAG_REVISION
@@ -29,7 +29,7 @@ RUN bash config.sh
# Add entrypoint
################################################################################
FROM amazonlinux:2023.3.20240219.0
FROM amazonlinux:2023.3.20240304.0
ENV USER="wazuh-indexer" \
GROUP="wazuh-indexer" \

View File

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