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

bump rust to 1.35, now with more bubbles

This commit is contained in:
Wild Kat
2019-05-30 22:29:46 +02:00
parent 3800bd0be4
commit f97018306f

View File

@ -1,5 +1,5 @@
# -- stage 1: build static routinator with musl libc for alpine
FROM rust:1.34.1-stretch as build
FROM rust:1.35.0-stretch as build
RUN apt-get -yq update && \
apt-get -yq install musl-tools