From 04ec2bf6a59d0ae70c85cb08f6c92c8a844fd51f Mon Sep 17 00:00:00 2001 From: buanet Date: Thu, 19 Sep 2024 08:20:57 +0200 Subject: [PATCH] testing node base image --- .VERSION | 2 +- debian12/Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.VERSION b/.VERSION index a34bcdc..8b35a5b 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v10.0.0 +v10.0.1-beta.1 diff --git a/debian12/Dockerfile b/debian12/Dockerfile index 03aa51c..63ce3d3 100644 --- a/debian12/Dockerfile +++ b/debian12/Dockerfile @@ -1,4 +1,5 @@ -FROM debian:bookworm-slim +FROM node:20.12-bookworm-slim +# FROM debian:bookworm-slim LABEL org.opencontainers.image.title="Official ioBroker Docker Image" \ org.opencontainers.image.description="Official Docker image for ioBroker smarthome software (https://www.iobroker.net)" \