diff --git a/Dockerfile b/Dockerfile index 1e048386115082ad62ce25bcbf42b85f2b63ae82..af4365649f83b7bfdc881a7496e5051a2a941b97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.2 -FROM rust:1.56-bullseye as builder +FROM rust:1.58-bullseye as builder WORKDIR app RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - RUN apt-get install -y nodejs diff --git a/Dockerfile.migrator b/Dockerfile.migrator index 24b58da839e1ca09880574649694c33cb32b1fc1..1b7a0adf3a898cfb460a5e623e3b07be8529962e 100644 --- a/Dockerfile.migrator +++ b/Dockerfile.migrator @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.2 -FROM rust:1.55-bullseye as builder +FROM rust:1.58-bullseye as builder WORKDIR app RUN --mount=type=cache,target=/usr/local/cargo/registry \ --mount=type=cache,target=./target \