chore(deps): update rust docker tag to v1.67.0

This commit is contained in:
Renovate Bot 2023-01-27 04:01:18 +00:00
parent 495d688d46
commit 7828d99101

View file

@ -4,7 +4,7 @@ type: docker
name: build
steps:
- name: test
image: rust:1.66.1
image: rust:1.67.0
commands:
- cargo test
when:
@ -16,7 +16,7 @@ type: docker
name: release
steps:
- name: build
image: rust:1.66.1
image: rust:1.67.0
commands:
- apt update
- apt install -y --no-install-recommends musl-tools pkg-config libssl-dev