Upgrade builder image to Rust 1.56

Nathan Sobo created

Change summary

Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

Dockerfile 🔗

@@ -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