From 9ce567bd4c04d60c9b9b5a7d301f8e0ddf662f2a Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 13 Feb 2024 09:02:40 +0000 Subject: [PATCH 1/2] chore(docker): update node.js to 21fe81f --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 977ed63..2550a27 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:lts-bullseye-slim@sha256:3ac772bcf5c1c0680d890f251c314acd253f4816149c758987ec9ede9e12a10c +FROM docker.io/node:lts-bullseye-slim@sha256:21fe81f52728a8fdcb1220be67a0dd2eca0c2603d84f7afbe73b6ad22c10e14b LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow " -- 2.24.4 From bcdf108fad07943ce0df8396bd1740e532da41c7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 15 Feb 2024 10:46:25 +0100 Subject: [PATCH 2/2] foce-update libgnutls30 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2550a27..a51a506 100644 --- a/Containerfile +++ b/Containerfile @@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y git curl wget gnupg jq bash bc && \ chmod 755 /usr/local/bin/yq && \ wget -qO - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | apt-key add - && \ echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | tee "/etc/apt/sources.list.d/google.list" && \ - apt-get update && apt-get install --no-install-recommends -y google-chrome-stable && \ + apt-get update && apt-get install --no-install-recommends -y google-chrome-stable libgnutls30 && \ LHCI_VERSION="${LHCI_VERSION##v}" && \ echo "Installing lhci version '$LHCI_VERSION' ..." && \ npm install -g @lhci/cli@"$LHCI_VERSION"; \ -- 2.24.4