Skip to content

Commit

Permalink
Fix unit tests (#881)
Browse files Browse the repository at this point in the history
* Pin cflinuxfs3 version used in unit tests

* Update default Nginx version
  • Loading branch information
brayanhenao authored Jul 7, 2023
1 parent 8b56351 commit 0efac8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ default_versions:
- name: newrelic
version: 10.6.0.318
- name: nginx
version: 1.25.0
version: 1.25.1
- name: composer
version: 2.5.8
url_to_dependency_map:
Expand Down
2 changes: 1 addition & 1 deletion src/php/unit/python_unit_specs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var _ = Describe("python unit tests", func() {

var cmd *exec.Cmd
if IsDockerAvailable() {
image := "cloudfoundry/cflinuxfs3"
image := "cloudfoundry/cflinuxfs3:0.356.0"

err = exec.Command("docker", "pull", image).Run()
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit 0efac8f

Please sign in to comment.