Skip to content

Commit

Permalink
Bump Docker base image to amazonlinux:2023.6.20241212.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Dec 27, 2024
1 parent 8161507 commit dc2256a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wazuh Docker Copyright (C) 2017, Wazuh Inc. (License GPLv2)
FROM amazonlinux:2023.3.20240219.0 AS builder
FROM amazonlinux:2023.6.20241212.0 AS builder

ARG VERSION
ARG INDEXER_TAR_NAME
Expand All @@ -23,7 +23,7 @@ RUN bash config.sh
# Add entrypoint

################################################################################
FROM amazonlinux:2023.3.20240219.0
FROM amazonlinux:2023.6.20241212.0

ENV USER="wazuh-indexer" \
GROUP="wazuh-indexer" \
Expand Down

0 comments on commit dc2256a

Please sign in to comment.