From 680d7f3ccd78cf46b5ea5e080461c2b68e581822 Mon Sep 17 00:00:00 2001 From: Nils Stein <31704359+mietzen@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:17:23 +0100 Subject: [PATCH] Updated base images (#46) Co-authored-by: GitHub Action Bot --- p910nd/CHANGELOG.md | 2 ++ p910nd/Dockerfile | 2 +- p910nd/config.yaml | 2 +- vscode-remote-ssh/CHANGELOG.md | 2 ++ vscode-remote-ssh/Dockerfile | 2 +- vscode-remote-ssh/config.yaml | 2 +- 6 files changed, 8 insertions(+), 4 deletions(-) diff --git a/p910nd/CHANGELOG.md b/p910nd/CHANGELOG.md index 89a78dd..6cef6ba 100644 --- a/p910nd/CHANGELOG.md +++ b/p910nd/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 0.1.19 +- Updated base image to debian:bullseye-20240110-slim ## Version 0.1.18 - Updated base image to debian:bullseye-20231218-slim ## Version 0.1.17 diff --git a/p910nd/Dockerfile b/p910nd/Dockerfile index b434155..e97da08 100644 --- a/p910nd/Dockerfile +++ b/p910nd/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-20231218-slim +FROM debian:bullseye-20240110-slim # Install prerequisites RUN apt-get update && \ diff --git a/p910nd/config.yaml b/p910nd/config.yaml index 421c6fc..8113f35 100644 --- a/p910nd/config.yaml +++ b/p910nd/config.yaml @@ -1,5 +1,5 @@ name: p910nd -version: 0.1.18 +version: 0.1.19 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/vscode-remote-ssh/CHANGELOG.md b/vscode-remote-ssh/CHANGELOG.md index d09a17e..dced48e 100644 --- a/vscode-remote-ssh/CHANGELOG.md +++ b/vscode-remote-ssh/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 1.0.19 +- Updated base image to debian:bullseye-20240110-slim ## Version 1.0.18 - Updated base image to debian:bullseye-20231218-slim ## Version 1.0.17 diff --git a/vscode-remote-ssh/Dockerfile b/vscode-remote-ssh/Dockerfile index 7341983..c13fb08 100644 --- a/vscode-remote-ssh/Dockerfile +++ b/vscode-remote-ssh/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-20231218-slim +FROM debian:bullseye-20240110-slim ENV LANG C.UTF-8 diff --git a/vscode-remote-ssh/config.yaml b/vscode-remote-ssh/config.yaml index 7179471..f619636 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.18 +version: 1.0.19 slug: vscode-remote-ssh description: Enables you to connect to Home Assistant via Visual Studio Code Remote SSH.