Merge pull request #37 from xtr3me/master

Update Alpine to fix Cargo issue caused by textwrap
This commit is contained in:
Frank Denis 2022-09-21 12:17:35 +02:00 committed by GitHub
commit debdd9b9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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