Skip to content

Commit

Permalink
bump rust version to 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Feb 12, 2024
1 parent 2290bc8 commit bc65eac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/bws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################
# Build stage #
###############################################
FROM --platform=$BUILDPLATFORM rust:1.73 AS build
FROM --platform=$BUILDPLATFORM rust:1.76 AS build

# Docker buildx supplies the value for this arg
ARG TARGETPLATFORM
Expand Down Expand Up @@ -29,6 +29,3 @@ LABEL com.bitwarden.product="bitwarden"
WORKDIR /usr/local/bin
COPY --from=build /app/target/release/bws .
COPY --from=build /etc/ssl/certs /etc/ssl/certs

ENTRYPOINT ["bws"]

0 comments on commit bc65eac

Please sign in to comment.