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 0f9b565
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ RUN apk --no-cache add \
gcc=12.2.1_git20220924-r4 \
git=2.38.4-r1 \
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 0f9b565

Please sign in to comment.