Skip to content

Commit

Permalink
Bump rust from 1.58.0 to 1.58.1 in /src/abacus
Browse files Browse the repository at this point in the history
Bumps rust from 1.58.0 to 1.58.1.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Jan 24, 2022
1 parent f0a136c commit bc1e196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/abacus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.58.0 AS builder
FROM rust:1.58.1 AS builder
# Let's switch our working directory to `app` (equivalent to `cd app`)
# The `app` folder will be created for us by Docker in case it does not
# exist already.
Expand All @@ -9,7 +9,7 @@ COPY . .
RUN cargo build --release --bin=server


FROM rust:1.58.0 AS runtime
FROM rust:1.58.1 AS runtime
WORKDIR app
# Copy the compiled binary from the builder environment
# to our runtime environment
Expand Down

0 comments on commit bc1e196

Please sign in to comment.