Skip to content

Commit

Permalink
Force tomcat 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne authored Aug 23, 2024
1 parent 718471e commit 1efce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/war/smoke_test/war_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func testWARWithBuilder(builder string) func(*testing.T, spec.G, spec.S) {
image, logs, err = pack.Build.
WithPullPolicy("never").
WithBuilder(builder).
WithEnv(map[string]string{"BP_TOMCAT_VERSION": "10"}).
WithEnv(map[string]string{"BP_TOMCAT_VERSION": "10.1"}).
Execute(name, source)
Expect(err).ToNot(HaveOccurred(), logs.String)

Expand Down

0 comments on commit 1efce03

Please sign in to comment.