Merge pull request #70 from agember/master

Update Alpine image version to support Rust version requirement
This commit is contained in:
Frank Denis 2024-03-05 21:26:34 +01:00 committed by GitHub
commit 91e3109831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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