Update Alpine image version to support Rust version requirement

This commit is contained in:
Aaron Gember-Jacobson 2024-03-05 19:42:42 +00:00
parent debdd9b9cc
commit bdee525553
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.16.2
FROM alpine:3.17.7
COPY Cargo.* /tmp/iptoasn/
COPY src /tmp/iptoasn/src