Skip to content

Commit

Permalink
CircleCI: upgrade Ubuntu image tag 2024.01.1 --> 2024.05.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakab committed Aug 20, 2024
1 parent 0b0a0b1 commit 4cda3f5
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:2024.01.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
image: ubuntu-2204:2024.05.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:2024.01.1 # https://circleci.com/docs/configuration-reference#available-linux-machine-images-cloud
image: ubuntu-2204:2024.05.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 4cda3f5

Please sign in to comment.