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.2.1 (#341)
This commit is contained in:
parent
ae250d5b8f
commit
202bf8e2fd
3 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.0.0
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.1
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -36,7 +36,7 @@ RUN \
|
|||
net-tools=1.60+git20181103.0eebece-1 \
|
||||
nmap=7.91+dfsg1+really7.80+dfsg1-2 \
|
||||
openssh-client=1:8.4p1-5 \
|
||||
openssl=1.1.1k-1 \
|
||||
openssl=1.1.1k-1+deb11u1 \
|
||||
python3-dev=3.9.2-3 \
|
||||
python3=3.9.2-3 \
|
||||
unzip=6.0-26 \
|
||||
|
|
6
vscode/build.json
Normal file
6
vscode/build.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:5.2.1",
|
||||
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.2.1"
|
||||
}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.0.0
|
||||
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.0.0
|
||||
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.1
|
||||
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue