docker: fix alpine version

This commit is contained in:
Aloïs Micard 2021-02-05 15:09:33 +01:00
parent 16f4fd52cf
commit b5ea7d8fdd
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE
1 changed files with 1 additions and 1 deletions

View File

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