cicd: use newer images

This commit is contained in:
Naramsim 2023-12-13 02:36:44 +01:00
parent a2ef2e9fdc
commit ca9ba173ca

View file

@ -39,10 +39,9 @@ jobs:
- run: - run:
name: Build database name: Build database
command: make build-db command: make build-db
deploy: deploy:
machine: machine:
image: ubuntu-2004:202111-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3. Newer images don't work image: ubuntu-2204:2023.10.1
resource_class: large resource_class: large
steps: steps:
- checkout - checkout