Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minor versions #19

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading