Skip to content

Commit

Permalink
Merge pull request hatoo#396 from tonyskapunk/bump_rust_in_containerfile
Browse files Browse the repository at this point in the history
Update to stable rust version
  • Loading branch information
hatoo authored Feb 2, 2024
2 parents 09b3491 + fdd50b1 commit a4ce51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUST_VERSION=1.74
ARG RUST_VERSION=1.75
FROM docker.io/library/rust:${RUST_VERSION} AS build
WORKDIR /app
COPY . /app
Expand Down

0 comments on commit a4ce51c

Please sign in to comment.