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

This commit is contained in:
Renovate Bot 2022-12-15 21:00:46 +00:00
parent 82ec17d389
commit 99571b2ca9

View file

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