Skip to content

Commit

Permalink
CircleCI: force Ubuntu Jammy docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
  • Loading branch information
utoni committed May 29, 2024
1 parent b15e90a commit 6763f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: ubuntu:latest
- image: ubuntu:jammy
steps:
- checkout
- run: export DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 6763f35

Please sign in to comment.