Skip to content

Commit d3d19c9

Browse files
committed
CircleCI: upgrade Ubuntu image tag 2022.10.2 --> 2023.10.1
1 parent e66e670 commit d3d19c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# IP ranges are only supported for Docker executors, disabling for now
1717
#circleci_ip_ranges: true # https://circleci.com/docs/ip-ranges
1818
machine:
19-
image: ubuntu-2204:2022.10.2 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
19+
image: ubuntu-2204:2023.10.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
2020
resource_class: medium # https://circleci.com/docs/configuration-reference/#linuxvm-execution-environment
2121
steps:
2222
- checkout
@@ -39,7 +39,7 @@ jobs:
3939
# IP ranges are only supported for Docker executors, disabling for now
4040
#circleci_ip_ranges: true # https://circleci.com/docs/ip-ranges
4141
machine:
42-
image: ubuntu-2204:2022.10.2 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
42+
image: ubuntu-2204:2023.10.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
4343
resource_class: medium # https://circleci.com/docs/configuration-reference/#linuxvm-execution-environment
4444
environment:
4545
SDWAN_CONTROL_INFRA: << pipeline.parameters.deploy-infra >>

0 commit comments

Comments
 (0)