We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cda467 commit 6912f60Copy full SHA for 6912f60
1 file changed
key-provider-build/Dockerfile.key-provider
@@ -4,8 +4,8 @@
4
FROM gramineproject/gramine:1.9-jammy@sha256:84b3d222e0bd9ab941f0078a462af0dbc5518156b99b147c10a7b83722ac0c38
5
6
RUN apt-get update && apt-get install -y \
7
- git \
8
- build-essential \
+ git=1:2.34.1-1ubuntu1.17 \
+ build-essential=12.9ubuntu3 \
9
&& rm -rf /var/lib/apt/lists/*
10
11
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.85 -y
0 commit comments