Skip to content

Commit

Permalink
bump version centos in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagan Juneja committed Oct 28, 2024
1 parent 00f9fa8 commit 08bc820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Set gid=0 and make group perms==owner perms
################################################################################

FROM centos:7 AS prep_open_search_files
FROM centos:9 AS prep_open_search_files
ARG JDK_VER=11

ENV PATH /usr/share/opensearch/bin:$PATH
Expand Down Expand Up @@ -75,7 +75,7 @@ fi
# Add entrypoint
################################################################################

FROM centos:7
FROM centos:9

ENV OPENSEARCH_CONTAINER true

Expand Down

0 comments on commit 08bc820

Please sign in to comment.