Skip to content

Commit

Permalink
bump rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Sep 26, 2023
1 parent f604616 commit af16f09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_publish_tools_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
paths:
- tools_container
branches:
- 'master'
- 'main'
pull_request:
branches:
- 'main'
release:
types: [published]
tags:
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit af16f09

Please sign in to comment.