Skip to content

Commit 0bc6820

Browse files
authored
Merge pull request #8 from whichnode/update-api-container-image
Update to current/latest Rust version
2 parents 6b0c069 + bcc14d7 commit 0bc6820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.80.1 as transformerBuilder
1+
FROM rust:1-bookworm as transformerBuilder
22
WORKDIR /usr/src/myapp
33
COPY ./transformer .
44
RUN cargo install --path .

0 commit comments

Comments
 (0)