Skip to content

Commit

Permalink
Merge pull request #19
Browse files Browse the repository at this point in the history
  • Loading branch information
j-kali committed Dec 10, 2024
2 parents 8e54635 + d3c7316 commit 0da863c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/container_preparation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /container_preparation

# Install necessary packages
RUN apk add --no-cache \
git=2.45.2-r0 \
git=2.47.1-r0 \
curl=8.11.0-r2 \
jq=1.7.1-r0 \
build-base=0.5-r3 \
Expand Down
2 changes: 1 addition & 1 deletion client/data_preparation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WORKDIR /data_preparation

# Install necessary packages
RUN apk add --no-cache \
git=2.45.2-r0 \
git=2.47.1-r0 \
curl=8.11.0-r2 \
jq=1.7.1-r0 \
build-base=0.5-r3 \
Expand Down
2 changes: 1 addition & 1 deletion client/job_preparation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY ./utils /job_preparation/utils

# Install necessary packages
RUN apk add --no-cache \
git=2.45.2-r0 \
git=2.47.1-r0 \
curl=8.11.0-r2 \
jq=1.7.1-r0 \
build-base=0.5-r3 \
Expand Down
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM --platform=$BUILDPLATFORM python:3.9-alpine

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

0 comments on commit 0da863c

Please sign in to comment.