mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
⬆️ Upgrades add-on base image to 5.3.0 (#403)
This commit is contained in:
parent
de835ce655
commit
5e7f3dff4a
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.3
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.3.0
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -41,9 +41,9 @@ RUN \
|
|||
python3=3.9.2-3 \
|
||||
unzip=6.0-26 \
|
||||
uuid-runtime=2.36.1-8 \
|
||||
wget>=1.21-1 \
|
||||
wget=1.21-1+deb11u1 \
|
||||
zip=3.0-12 \
|
||||
zsh=5.8-6+b2 \
|
||||
zsh>=5.8-6 \
|
||||
\
|
||||
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
|
||||
&& locale-gen \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.3
|
||||
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.3
|
||||
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.3.0
|
||||
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue