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:
@ -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
|
||||
|
Reference in New Issue
Block a user