We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd24e5 commit 29b6439Copy full SHA for 29b6439
2 files changed
vscode/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.5.1
+ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.6.2
2
# hadolint ignore=DL3006
3
FROM ${BUILD_FROM}
4
@@ -28,7 +28,7 @@ RUN \
28
\
29
&& apt-get install -y --no-install-recommends \
30
ack=3.6.0-1 \
31
- libarchive-tools=3.6.2-1+deb12u1 \
+ libarchive-tools=3.6.2-1+deb12u2 \
32
build-essential=12.9 \
33
colordiff=1.0.20-1 \
34
git=1:2.39.5-0+deb12u1 \
vscode/build.yaml
@@ -1,7 +1,7 @@
---
build_from:
- aarch64: ghcr.io/hassio-addons/debian-base:7.5.1
- amd64: ghcr.io/hassio-addons/debian-base:7.5.1
+ aarch64: ghcr.io/hassio-addons/debian-base:7.6.2
+ amd64: ghcr.io/hassio-addons/debian-base:7.6.2
5
codenotary:
6
base_image: codenotary@frenck.dev
7
signer: codenotary@frenck.dev
0 commit comments