1
0
mirror of https://github.com/jedisct1/iptoasn-webservice synced 2025-04-11 22:55:50 +02:00

Update Alpine image version to support Rust version requirement

This commit is contained in:
Aaron Gember-Jacobson 2024-03-05 19:42:42 +00:00
parent debdd9b9cc
commit bdee525553

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