Skip to content

Commit a4ce51c

Browse files
authored
Merge pull request #396 from tonyskapunk/bump_rust_in_containerfile
Update to stable rust version
2 parents 09b3491 + fdd50b1 commit a4ce51c

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
@@ -1,4 +1,4 @@
1-
ARG RUST_VERSION=1.74
1+
ARG RUST_VERSION=1.75
22
FROM docker.io/library/rust:${RUST_VERSION} AS build
33
WORKDIR /app
44
COPY . /app

0 commit comments

Comments
 (0)