Update Alpine to fix Cargo issue caused by textwrap

This commit is contained in:
xtr3me 2022-09-21 12:04:40 +02:00 committed by GitHub
parent a2fa341679
commit 63fa457bae
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