Skip to content

Commit

Permalink
Merge pull request #348 from alphagov/certstrap-ubuntu-base-image
Browse files Browse the repository at this point in the history
Bump expected version of ubuntu base image for certstrap
  • Loading branch information
monotypical authored Mar 4, 2025
2 parents 3db6173 + 1220807 commit 09be3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certstrap/certstrap_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

it "installs the right version of Ubuntu Linux" do
expect(os_version).to include("Ubuntu 22.04.3")
expect(os_version).to include("Ubuntu 22.04.5")
expect(os_version).to include("LTS")
end

Expand Down

0 comments on commit 09be3ba

Please sign in to comment.