Merge pull request #6509 from arsenx/deprication-docker-env

chore: Update Dockerfile deprecated ENV usage
This commit is contained in:
ant-kurt
2025-08-26 17:04:09 -07:00
committed by GitHub

View File

@@ -65,8 +65,8 @@ ENV PATH=$PATH:/usr/local/share/npm-global/bin
ENV SHELL=/bin/zsh
# Set the default editor and visual
ENV EDITOR nano
ENV VISUAL nano
ENV EDITOR=nano
ENV VISUAL=nano
# Default powerline10k theme
ARG ZSH_IN_DOCKER_VERSION=1.2.0