diff --git a/p910nd/CHANGELOG.md b/p910nd/CHANGELOG.md index 3b114b8..a9efac9 100644 --- a/p910nd/CHANGELOG.md +++ b/p910nd/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 0.1.49 +- Updated base image to debian:bookworm-20251103-slim ## Version 0.1.48 - Updated base image to debian:bookworm-20251020-slim ## Version 0.1.47 diff --git a/p910nd/Dockerfile b/p910nd/Dockerfile index 3bde61f..1fc2617 100644 --- a/p910nd/Dockerfile +++ b/p910nd/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20251020-slim +FROM debian:bookworm-20251103-slim # Install prerequisites RUN apt-get update && \ diff --git a/p910nd/config.yaml b/p910nd/config.yaml index 2064061..e616f47 100644 --- a/p910nd/config.yaml +++ b/p910nd/config.yaml @@ -1,5 +1,5 @@ name: p910nd -version: 0.1.48 +version: 0.1.49 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 f00ab01..f1ea5f2 100644 --- a/scanbd2smb/CHANGELOG.md +++ b/scanbd2smb/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 0.1.3 +- Updated base image to debian:bookworm-20251103-slim ## Version 0.1.2 - Updated base image to debian:bookworm-20251020-slim ## Version 0.1.1 diff --git a/scanbd2smb/Dockerfile b/scanbd2smb/Dockerfile index ac8685f..05cb3a1 100644 --- a/scanbd2smb/Dockerfile +++ b/scanbd2smb/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20251020-slim +FROM debian:bookworm-20251103-slim RUN apt-get update && \ apt-get install -y \ diff --git a/scanbd2smb/config.yaml b/scanbd2smb/config.yaml index f87bf7a..1130a91 100644 --- a/scanbd2smb/config.yaml +++ b/scanbd2smb/config.yaml @@ -1,5 +1,5 @@ name: scanbd2smb -version: 0.1.2 +version: 0.1.3 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 6388810..2cb0f84 100644 --- a/vscode-remote-ssh/CHANGELOG.md +++ b/vscode-remote-ssh/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 1.0.50 +- Updated base image to debian:bookworm-20251103-slim ## Version 1.0.49 - Updated base image to debian:bookworm-20251020-slim ## Version 1.0.48 diff --git a/vscode-remote-ssh/Dockerfile b/vscode-remote-ssh/Dockerfile index 073187e..bc5a451 100644 --- a/vscode-remote-ssh/Dockerfile +++ b/vscode-remote-ssh/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-20251020-slim +FROM debian:bookworm-20251103-slim ENV LANG C.UTF-8 diff --git a/vscode-remote-ssh/config.yaml b/vscode-remote-ssh/config.yaml index 03cc88d..d3cc24e 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.49 +version: 1.0.50 slug: vscode-remote-ssh description: Enables you to connect to Home Assistant via Visual Studio Code Remote SSH.