Skip to content

Commit

Permalink
CircleCI: upgrade Ubuntu image tag 2022.10.2 --> 2023.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakab committed Nov 9, 2023
1 parent e66e670 commit d3d19c9
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:2022.10.2 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
image: ubuntu-2204:2023.10.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:2022.10.2 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
image: ubuntu-2204:2023.10.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 d3d19c9

Please sign in to comment.