Skip to content

Commit 305cf29

Browse files
committed
CircleCI: upgrade Ubuntu image tag 2023.10.1 --> 2024.01.1
1 parent ea317cc commit 305cf29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
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:2023.10.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
19+
image: ubuntu-2204:2024.01.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:2023.10.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
42+
image: ubuntu-2204:2024.01.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)