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

bump rust to 1.33 for freshness

This commit is contained in:
Wild Kat
2019-03-02 20:27:45 +01:00
parent 561fa3c509
commit 73d35d8fe3

View File

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