Upgrade builder image to Rust 1.56

This commit is contained in:
Nathan Sobo 2021-11-06 22:10:27 -06:00
parent 61b9179fb1
commit f33d30cb9d

View File

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.2
FROM rust:1.55-bullseye as builder
FROM rust:1.56-bullseye as builder
WORKDIR app
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install -y nodejs