Skip to content

Commit 0da863c

Browse files
committed
Merge pull request #19
2 parents 8e54635 + d3c7316 commit 0da863c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

client/container_preparation/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /container_preparation
1616

1717
# Install necessary packages
1818
RUN apk add --no-cache \
19-
git=2.45.2-r0 \
19+
git=2.47.1-r0 \
2020
curl=8.11.0-r2 \
2121
jq=1.7.1-r0 \
2222
build-base=0.5-r3 \

client/data_preparation/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /data_preparation
1616

1717
# Install necessary packages
1818
RUN apk add --no-cache \
19-
git=2.45.2-r0 \
19+
git=2.47.1-r0 \
2020
curl=8.11.0-r2 \
2121
jq=1.7.1-r0 \
2222
build-base=0.5-r3 \

client/job_preparation/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY ./utils /job_preparation/utils
1313

1414
# Install necessary packages
1515
RUN apk add --no-cache \
16-
git=2.45.2-r0 \
16+
git=2.47.1-r0 \
1717
curl=8.11.0-r2 \
1818
jq=1.7.1-r0 \
1919
build-base=0.5-r3 \

server/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ FROM --platform=$BUILDPLATFORM python:3.9-alpine
44

55
# Install necessary packages and spire-agent
66
RUN apk add --no-cache \
7-
git=2.45.2-r0 \
7+
git=2.47.1-r0 \
88
curl=8.11.0-r2 \
99
build-base=0.5-r3 \
10-
openssl=3.3.2-r1
10+
openssl=3.3.2-r4
1111
# Install spire-agent
1212
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 && \
1313
tar xvf spire-1.9.0-linux-amd64-musl.tar.gz && \

0 commit comments

Comments
 (0)