Merge pull request #29 from creekorful/fix-alpine-version

docker: fix alpine version
This commit is contained in:
Frank Denis 2021-02-05 15:16:18 +01:00 committed by GitHub
commit dd08639f15
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:test
FROM alpine:3.13.1
COPY Cargo.* /tmp/iptoasn/
COPY src /tmp/iptoasn/src