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
commit 70d5361861
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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