Skip to content

Commit

Permalink
Update outdated Alpine Linux package versions
Browse files Browse the repository at this point in the history
The previously specified versions of these packages no longer exist.
  • Loading branch information
jsf9k committed Jul 31, 2023
1 parent 9335f47 commit 1a233f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ ENV PYTHON_WHEEL_VERSION=0.40.0
RUN apk --no-cache add \
cargo=1.64.0-r2 \
gcc=12.2.1_git20220924-r4 \
git=2.38.4-r1 \
git=2.38.5-r0 \
libffi-dev=3.4.4-r0 \
musl-dev=1.2.3-r4 \
openssl-dev=3.0.8-r0 \
musl-dev=1.2.3-r5 \
openssl-dev=3.0.9-r3 \
py3-pip=22.3.1-r1 \
py3-setuptools=65.6.0-r0 \
py3-wheel=0.38.4-r0 \
python3-dev=3.10.10-r0 \
python3=3.10.10-r0
python3-dev=3.10.12-r0 \
python3=3.10.12-r0

# Copy in our custom Cargo configuration file
COPY src/config.toml /root/.cargo/
Expand Down

0 comments on commit 1a233f1

Please sign in to comment.