Skip to content

Commit

Permalink
CircleCI: upgrade Ubuntu image tag 2023.10.1 --> 2024.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakab committed Mar 14, 2024
1 parent ea317cc commit 305cf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# IP ranges are only supported for Docker executors, disabling for now
#circleci_ip_ranges: true # https://circleci.com/docs/ip-ranges
machine:
image: ubuntu-2204:2023.10.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
image: ubuntu-2204:2024.01.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
resource_class: medium # https://circleci.com/docs/configuration-reference/#linuxvm-execution-environment
steps:
- checkout
Expand All @@ -39,7 +39,7 @@ jobs:
# IP ranges are only supported for Docker executors, disabling for now
#circleci_ip_ranges: true # https://circleci.com/docs/ip-ranges
machine:
image: ubuntu-2204:2023.10.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
image: ubuntu-2204:2024.01.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
resource_class: medium # https://circleci.com/docs/configuration-reference/#linuxvm-execution-environment
environment:
SDWAN_CONTROL_INFRA: << pipeline.parameters.deploy-infra >>
Expand Down

0 comments on commit 305cf29

Please sign in to comment.