Update Dockerfile

Signed-off-by: shenlan <manbuzhe2009@qq.com>
This commit is contained in:
shenlan 2024-04-30 13:21:56 +08:00 committed by GitHub
parent 476e09dc6f
commit 6bdb4a0f9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ ENV TIME_ZONE=Asia/Shanghai \
BIN_PERM=0755 \
BIN_DIR=/usr/local/bin \
HELM_FILE_URL=https://github.com/roboll/helmfile/releases/download \
HELM_FILE_VERSION=v0.139.9 \
HELM_FILE_VERSION=v0.139.9
RUN unlink /etc/localtime && ln -s /usr/share/zoneinfo/${TIME_ZONE} /etc/localtime \
&& apt-get update -y && apt-get upgrade -y \