Skip to content

Commit ef4239e

Browse files
committed
Update the base Docker image
1 parent dac2762 commit ef4239e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# ENTRYPOINT ["newdoc"]
1313

1414
## This configuration results in a small image based on Debian Bullseye without Rust tooling
15-
FROM rust:1.51 as builder
15+
FROM rust:1.58 as builder
1616
WORKDIR /usr/src/newdoc
1717
COPY . .
1818
RUN cargo install --path .

0 commit comments

Comments
 (0)