diff --git a/p910nd/CHANGELOG.md b/p910nd/CHANGELOG.md index 7896db5..3b114b8 100644 --- a/p910nd/CHANGELOG.md +++ b/p910nd/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 0.1.48 +- Updated base image to debian:bookworm-20251020-slim ## Version 0.1.47 - Updated base image to debian:bookworm-20250929-slim ## Version 0.1.46 diff --git a/p910nd/Dockerfile b/p910nd/Dockerfile index 514154f..3bde61f 100644 --- a/p910nd/Dockerfile +++ b/p910nd/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20250929-slim +FROM debian:bookworm-20251020-slim # Install prerequisites RUN apt-get update && \ diff --git a/p910nd/config.yaml b/p910nd/config.yaml index 28fc6b6..2064061 100644 --- a/p910nd/config.yaml +++ b/p910nd/config.yaml @@ -1,5 +1,5 @@ name: p910nd -version: 0.1.47 +version: 0.1.48 slug: p910nd description: Enables you to connect a printer to Home Assistant. url: https://github.com/mietzen/hassio-addons/tree/master/p910nd diff --git a/scanbd2smb/CHANGELOG.md b/scanbd2smb/CHANGELOG.md index 09d9e28..f00ab01 100644 --- a/scanbd2smb/CHANGELOG.md +++ b/scanbd2smb/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 0.1.2 +- Updated base image to debian:bookworm-20251020-slim ## Version 0.1.1 - Updated base image to debian:bookworm-20250929-slim ## Version 0.1.0 diff --git a/scanbd2smb/Dockerfile b/scanbd2smb/Dockerfile index 4962b30..ac8685f 100644 --- a/scanbd2smb/Dockerfile +++ b/scanbd2smb/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20250929-slim +FROM debian:bookworm-20251020-slim RUN apt-get update && \ apt-get install -y \ diff --git a/scanbd2smb/config.yaml b/scanbd2smb/config.yaml index 7d3c6ed..f87bf7a 100644 --- a/scanbd2smb/config.yaml +++ b/scanbd2smb/config.yaml @@ -1,5 +1,5 @@ name: scanbd2smb -version: 0.1.1 +version: 0.1.2 slug: scanbd2smb description: Enables you to scan from your USB Scanner to a SMB Folder. url: https://github.com/mietzen/hassio-addons/tree/master/scanbd diff --git a/vscode-remote-ssh/CHANGELOG.md b/vscode-remote-ssh/CHANGELOG.md index 283a3a1..6388810 100644 --- a/vscode-remote-ssh/CHANGELOG.md +++ b/vscode-remote-ssh/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 1.0.49 +- Updated base image to debian:bookworm-20251020-slim ## Version 1.0.48 - Updated base image to debian:bookworm-20250929-slim ## Version 1.0.47 diff --git a/vscode-remote-ssh/Dockerfile b/vscode-remote-ssh/Dockerfile index d8ef20c..073187e 100644 --- a/vscode-remote-ssh/Dockerfile +++ b/vscode-remote-ssh/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20250929-slim +FROM debian:bookworm-20251020-slim ENV LANG C.UTF-8 diff --git a/vscode-remote-ssh/config.yaml b/vscode-remote-ssh/config.yaml index b354c2f..03cc88d 100644 --- a/vscode-remote-ssh/config.yaml +++ b/vscode-remote-ssh/config.yaml @@ -1,5 +1,5 @@ name: Visual Studio Code Remote SSH Server -version: 1.0.48 +version: 1.0.49 slug: vscode-remote-ssh description: Enables you to connect to Home Assistant via Visual Studio Code Remote SSH.