ci: trigger a new build of FDO docker image

This commit is contained in:
Stéphane Cerveau 2023-02-13 17:11:19 +01:00
parent ae85402eeb
commit 17a81a52a6

View file

@ -18,7 +18,7 @@ variables:
variables:
FDO_DISTRIBUTION_VERSION: "35"
# Update this to trigger a container rebuild
FDO_DISTRIBUTION_TAG: "2022-03-07.4"
FDO_DISTRIBUTION_TAG: "2023-02-13.0"
before_script:
- source ./ci/env.sh
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config