Skip to content

Commit 6912f60

Browse files
committed
fix: pin apt package versions in key-provider Dockerfile
Restore version pinning for git and build-essential matching jammy.
1 parent 2cda467 commit 6912f60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

key-provider-build/Dockerfile.key-provider

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
FROM gramineproject/gramine:1.9-jammy@sha256:84b3d222e0bd9ab941f0078a462af0dbc5518156b99b147c10a7b83722ac0c38
55

66
RUN apt-get update && apt-get install -y \
7-
git \
8-
build-essential \
7+
git=1:2.34.1-1ubuntu1.17 \
8+
build-essential=12.9ubuntu3 \
99
&& rm -rf /var/lib/apt/lists/*
1010

1111
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.85 -y

0 commit comments

Comments
 (0)