We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947878d commit bd30753Copy full SHA for bd30753
git/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:24.04
+FROM ubuntu:24.04@sha256:89ef6e43e57cb94a23e4b28715a34444de91f45bd410fce3ce00819f86940a9c
2
3
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/*
4
github-backup/Dockerfile
-FROM bitnami/python:3.10
+FROM bitnami/python:3.10@sha256:f2ae55f32ef952e4fea9106cf72355e1cebd220a16997b39cf976e306f097dc6
# hadolint ignore=DL3008
RUN apt-get update && apt-get install -y --no-install-recommends git openssh-client && rm -rf /var/lib/apt/lists/*
0 commit comments