ci: use normal Rust images

This commit is contained in:
naskya 2024-08-03 11:32:29 +09:00
parent 45016ff99c
commit fef478fc12
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -1,4 +1,4 @@
image: docker.io/rust:slim-bookworm
image: docker.io/rust:bookworm
services:
- name: docker.io/groonga/pgroonga:latest-alpine-12-slim
@ -205,7 +205,7 @@ build:container:
cargo:check:msrv:
stage: test
image: docker.io/rust:1.74-slim-bookworm
image: docker.io/rust:1.74-bookworm
rules:
- if: $TEST == 'true'
when: always