Skip to content

Commit

Permalink
Merge pull request #2 from input-output-hk/fix/build
Browse files Browse the repository at this point in the history
Fix build, bump rustc version
  • Loading branch information
stevenj committed Sep 26, 2023
2 parents f604616 + d2bc3ef commit 3145f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish_tools_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- tools_container
branches:
- 'master'
- 'main'
release:
types: [published]
tags:
Expand Down
4 changes: 2 additions & 2 deletions tools_container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM rust:1.67-slim as build
FROM rust:1.71-slim as build

# Install nightly so we can use it to build rustdocs index pages
RUN rustup toolchain install nightly \
Expand Down Expand Up @@ -29,7 +29,7 @@ ARG MDBOOK_THEME_VERSION="0.1.2"
ARG CARGO_SPELLCHECK_VERSION="0.12.3"
ARG CARGO_DEPGRAPH="1.4.0"
ARG CARGO_REFINERY_CLI="0.8.7"
ARG CARGO_REFINERY_CLI="0.21.1"
ARG CARGO_UNIFFI_BINDGEN="0.21.1"

ENV CARGO_INSTALL_ROOT /usr/local/
ENV CARGO_TARGET_DIR /tmp/target/
Expand Down

0 comments on commit 3145f1e

Please sign in to comment.