From 94b104d2bf01a58bb13789597bc979851796fda6 Mon Sep 17 00:00:00 2001 From: "merger-bot[bot]" <131801252+merger-bot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:19:34 +0000 Subject: [PATCH] Updated base images (#67) 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 6fa58fb..25a9e16 100644 --- a/p910nd/CHANGELOG.md +++ b/p910nd/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 0.1.30 +- Updated base image to debian:bullseye-20240904-slim ## Version 0.1.29 - Updated base image to debian:bullseye-20240812-slim ## Version 0.1.28 diff --git a/p910nd/Dockerfile b/p910nd/Dockerfile index 8a7f876..4c35520 100644 --- a/p910nd/Dockerfile +++ b/p910nd/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-20240812-slim +FROM debian:bullseye-20240904-slim # Install prerequisites RUN apt-get update && \ diff --git a/p910nd/config.yaml b/p910nd/config.yaml index 3882a6d..1f903d7 100644 --- a/p910nd/config.yaml +++ b/p910nd/config.yaml @@ -1,5 +1,5 @@ name: p910nd -version: 0.1.29 +version: 0.1.30 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 229a423..ea61047 100644 --- a/vscode-remote-ssh/CHANGELOG.md +++ b/vscode-remote-ssh/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog: +## Version 1.0.31 +- Updated base image to debian:bullseye-20240904-slim ## Version 1.0.30 - Updated base image to debian:bullseye-20240812-slim ## Version 1.0.29 diff --git a/vscode-remote-ssh/Dockerfile b/vscode-remote-ssh/Dockerfile index 3409a01..1cebc8a 100644 --- a/vscode-remote-ssh/Dockerfile +++ b/vscode-remote-ssh/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-20240812-slim +FROM debian:bullseye-20240904-slim ENV LANG C.UTF-8 diff --git a/vscode-remote-ssh/config.yaml b/vscode-remote-ssh/config.yaml index a416f1e..e626617 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.30 +version: 1.0.31 slug: vscode-remote-ssh description: Enables you to connect to Home Assistant via Visual Studio Code Remote SSH.