From e1164a66f613c8628faa45a4bf77e3ec9ee7e3b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:35:02 +0000 Subject: [PATCH] fix(deps): pin dependencies --- git/Dockerfile | 2 +- github-backup/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git/Dockerfile b/git/Dockerfile index 87cb3d1ab..094a06eee 100644 --- a/git/Dockerfile +++ b/git/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:24.04@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295 RUN apt-get update && apt-get install --no-install-recommends -y git=1:2.43.0-1ubuntu7.1 openssh-client=1:9.6p1-3ubuntu13.4 && rm -rf /var/lib/apt/lists/* diff --git a/github-backup/Dockerfile b/github-backup/Dockerfile index d0c7fea53..c31186a14 100644 --- a/github-backup/Dockerfile +++ b/github-backup/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/python:3.10 +FROM bitnami/python:3.10@sha256:ae73cf332b542d92111cd464921386b268595498e4102226b5861868ec063b4d RUN apt-get update && apt-get install -y git openssh-client && rm -rf /var/lib/apt/lists/* RUN groupadd -g 1000 user && useradd -u 1000 -r -g user -m -d /home/user user