Skip to content

Commit d1ee3a0

Browse files
committed
docker: bump Rust to 1.56
This is required since 1.56 is the first stable release that includes Rust 2021 edition, which caddy-rs uses (and we ought to use too.)
1 parent eb8e899 commit d1ee3a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.54
1+
FROM rust:1.56
22

33
WORKDIR /usr/src/app
44

docker/migrator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Docker image performs migrations on the database
22

3-
FROM rust:1.54
3+
FROM rust:1.56
44

55
WORKDIR /usr/src/app
66

docker/prod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.54 AS builder
1+
FROM rust:1.56 AS builder
22

33
WORKDIR /usr/src/app
44

0 commit comments

Comments
 (0)