Skip to content

Commit

Permalink
upgrade to 8.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chinayin committed Aug 23, 2024
1 parent d064e68 commit 00d88fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#--------------------------------------------------------------------------
#

ARG ES_VERSION=8.12.0
ARG ES_VERSION=8.12.1
FROM elasticsearch:${ES_VERSION}
LABEL maintainer="chinayin <whereismoney@qq.com>"

Expand All @@ -18,7 +18,7 @@ RUN if [ ${CHANGE_SOURCE} = true ]; then \
echo 'change source' \
;fi && ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone;

ARG PLUGIN_VERSION=8.12.0
ARG PLUGIN_VERSION=8.12.1
RUN set -eux \
## alias
&& printf "alias ls='ls --color=auto'\nalias ll='ls -l --color=auto'\nalias l='ls -lA --color=auto'" >> /etc/profile.d/ll.sh \
Expand Down

0 comments on commit 00d88fe

Please sign in to comment.