Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions p910nd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion p910nd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20251020-slim
FROM debian:bookworm-20251103-slim

# Install prerequisites
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion p910nd/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions scanbd2smb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scanbd2smb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20251020-slim
FROM debian:bookworm-20251103-slim

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion scanbd2smb/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions vscode-remote-ssh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion vscode-remote-ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20251020-slim
FROM debian:bookworm-20251103-slim

ENV LANG C.UTF-8

Expand Down
2 changes: 1 addition & 1 deletion vscode-remote-ssh/config.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down