1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

bump alpine to 3.12.0

This commit is contained in:
Wild Kat
2020-06-11 14:12:34 +02:00
parent 97ed7789f6
commit f62af802dc

View File

@ -1,5 +1,5 @@
# -- stage 1: build static routinator with musl libc for alpine
FROM alpine:3.11.6 as build
FROM alpine:3.12.0 as build
RUN apk add rust cargo