Upgrade builder image to Rust 1.56
This commit is contained in:
parent
61b9179fb1
commit
f33d30cb9d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax = docker/dockerfile:1.2
|
# syntax = docker/dockerfile:1.2
|
||||||
|
|
||||||
FROM rust:1.55-bullseye as builder
|
FROM rust:1.56-bullseye as builder
|
||||||
WORKDIR app
|
WORKDIR app
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
||||||
RUN apt-get install -y nodejs
|
RUN apt-get install -y nodejs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue