Skip to content

Commit 5f00abe

Browse files
fix(deps): pin dependencies
1 parent 947878d commit 5f00abe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04
1+
FROM ubuntu:24.04@sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02
22

33
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/*
44

github-backup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bitnami/python:3.10
1+
FROM bitnami/python:3.10@sha256:f2ae55f32ef952e4fea9106cf72355e1cebd220a16997b39cf976e306f097dc6
22

33
# hadolint ignore=DL3008
44
RUN apt-get update && apt-get install -y --no-install-recommends git openssh-client && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)