You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Packaging' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg [/workspace/GettingStarted.slnx]
172
172
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Protocol' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg [/workspace/GettingStarted.slnx]
173
-
Restored /workspace/Frontend/Frontend.csproj (in 4.61 sec).
173
+
Restored /workspace/Frontend/Frontend.csproj (in 3.51 sec).
174
174
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Packaging' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg
175
175
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Protocol' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg
Storing keys in a directory '/home/heroku/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed. For more information go to https://aka.ms/aspnet/dataprotectionwarning
Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.scaffolding.shared/index.json'.
465
+
Response status code does not indicate success: 304 (Not Modified).
464
466
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Packaging' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg [/workspace/GettingStarted.slnx]
465
467
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Protocol' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg [/workspace/GettingStarted.slnx]
466
-
Restored /workspace/Frontend/Frontend.csproj (in 2.86 sec).
468
+
Restored /workspace/Frontend/Frontend.csproj (in 5.68 sec).
467
469
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Packaging' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg
468
470
/workspace/Frontend/Frontend.csproj : warning NU1901: Package 'NuGet.Protocol' 6.11.0 has a known low severity vulnerability, https://github.com/advisories/GHSA-g4vj-cjjj-v7hg
@@ -231,7 +231,7 @@ Verify that you see “Successfully built image my-image-name” at the end of t
231
231
232
232
```
233
233
$ docker image ls --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}" | grep my-image-name
234
-
3b1911c118c3 my-image-name latest
234
+
384e16b38262 my-image-name latest
235
235
```
236
236
<!-- STOP. This document is autogenerated. Do not manually modify. See the top of the doc for more details. -->
237
237
## What does `pack build` do?
@@ -278,15 +278,15 @@ Picked up JAVA_TOOL_OPTIONS: -XX:MaxRAMPercentage=80.0 -Dfile.encoding=UTF-8
278
278
279
279
:: Built with Spring Boot :: 4.0.6
280
280
281
-
2026-05-26T13:31:20.993Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : Starting GettingStartedApplication v1.0.0-SNAPSHOT using Java 25.0.3 with PID 1 (/workspace/build/libs/java-getting-started-gradle-1.0.0-SNAPSHOT.jar started by heroku in /workspace)
282
-
2026-05-26T13:31:20.998Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : No active profile set, falling back to 1 default profile: "default"
283
-
2026-05-26T13:31:22.081Z INFO 1 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 5006 (http)
284
-
2026-05-26T13:31:22.098Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-05-26T13:31:22.131Z INFO 1 --- [ main] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 1057 ms
287
-
2026-05-26T13:31:22.295Z INFO 1 --- [ main] o.s.b.w.a.WelcomePageHandlerMapping : Adding welcome page template: index
288
-
2026-05-26T13:31:22.642Z INFO 1 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 5006 (http) with context path '/'
289
-
2026-05-26T13:31:22.654Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : Started GettingStartedApplication in 2.175 seconds (process running for 2.691)
281
+
2026-06-01T10:05:13.435Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : Starting GettingStartedApplication v1.0.0-SNAPSHOT using Java 25.0.3 with PID 1 (/workspace/build/libs/java-getting-started-gradle-1.0.0-SNAPSHOT.jar started by heroku in /workspace)
282
+
2026-06-01T10:05:13.438Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : No active profile set, falling back to 1 default profile: "default"
283
+
2026-06-01T10:05:14.438Z INFO 1 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat initialized with port 5006 (http)
284
+
2026-06-01T10:05:14.454Z INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-06-01T10:05:14.482Z INFO 1 --- [ main] b.w.c.s.WebApplicationContextInitializer : Root WebApplicationContext: initialization completed in 990 ms
287
+
2026-06-01T10:05:14.613Z INFO 1 --- [ main] o.s.b.w.a.WelcomePageHandlerMapping : Adding welcome page template: index
288
+
2026-06-01T10:05:14.868Z INFO 1 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 5006 (http) with context path '/'
289
+
2026-06-01T10:05:14.878Z INFO 1 --- [ main] c.heroku.java.GettingStartedApplication : Started GettingStartedApplication in 1.934 seconds (process running for 2.45)
290
290
```
291
291
<!-- STOP. This document is autogenerated. Do not manually modify. See the top of the doc for more details. -->
0 commit comments