File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /container_preparation
16
16
17
17
# Install necessary packages
18
18
RUN apk add --no-cache \
19
- git=2.45.2 -r0 \
19
+ git=2.47.1 -r0 \
20
20
curl=8.11.0-r2 \
21
21
jq=1.7.1-r0 \
22
22
build-base=0.5-r3 \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /data_preparation
16
16
17
17
# Install necessary packages
18
18
RUN apk add --no-cache \
19
- git=2.45.2 -r0 \
19
+ git=2.47.1 -r0 \
20
20
curl=8.11.0-r2 \
21
21
jq=1.7.1-r0 \
22
22
build-base=0.5-r3 \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ COPY ./utils /job_preparation/utils
13
13
14
14
# Install necessary packages
15
15
RUN apk add --no-cache \
16
- git=2.45.2 -r0 \
16
+ git=2.47.1 -r0 \
17
17
curl=8.11.0-r2 \
18
18
jq=1.7.1-r0 \
19
19
build-base=0.5-r3 \
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ FROM --platform=$BUILDPLATFORM python:3.9-alpine
4
4
5
5
# Install necessary packages and spire-agent
6
6
RUN apk add --no-cache \
7
- git=2.45.2 -r0 \
7
+ git=2.47.1 -r0 \
8
8
curl=8.11.0-r2 \
9
9
build-base=0.5-r3 \
10
- openssl=3.3.2-r1
10
+ openssl=3.3.2-r4
11
11
# Install spire-agent
12
12
RUN curl -LsSf -o spire-1.9.0-linux-amd64-musl.tar.gz https://github.com/spiffe/spire/releases/download/v1.9.0/spire-1.9.0-linux-amd64-musl.tar.gz && \
13
13
tar xvf spire-1.9.0-linux-amd64-musl.tar.gz && \
You can’t perform that action at this time.
0 commit comments