Skip to content

Commit 3ec5822

Browse files
fix(deps): pin ubuntu docker tag to d4f6f70
1 parent fd50cbc commit 3ec5822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:d4f6f70979d0758d7a6f81e34a61195677f4f4fa576eaf808b79f17499fd93d1
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

0 commit comments

Comments
 (0)