Skip to content

Commit 95a5699

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-46020
2 parents 7560e38 + 13d265c commit 95a5699

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/packaging-oci-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Application contents will also be in this location in the generated image.
242242

243243
| `securityOptions`
244244
| `--securityOptions`
245-
| https://docs.docker.com/engine/reference/run/#security-configuration[Security options] that will be applied to the builder container, provided as an array of string values
245+
| https://docs.docker.com/reference/cli/docker/container/run/#security-opt[Security options] that will be applied to the builder container, provided as an array of string values
246246
| `["label=disable"]` on Linux and macOS, `[]` on Windows
247247

248248
|===

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/build-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Application contents will also be in this location in the generated image.
248248
| `/workspace`
249249

250250
| `securityOptions`
251-
| https://docs.docker.com/engine/reference/run/#security-configuration[Security options] that will be applied to the builder container, provided as an array of string values
251+
| https://docs.docker.com/reference/cli/docker/container/run/#security-opt[Security options] that will be applied to the builder container, provided as an array of string values
252252
| `["label=disable"]` on Linux and macOS, `[]` on Windows
253253

254254
|===

0 commit comments

Comments
 (0)