This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +832
-6
lines changed Expand file tree Collapse file tree 6 files changed +832
-6
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ services:
5050 build :
5151 context : java/simple
5252 dockerfile : Dockerfile
53- cap_add :
54- - SYS_ADMIN
53+ security_opt :
54+ - seccomp:seccomp.json
5555 ports :
5656 - 8083:8080
5757 networks :
@@ -60,8 +60,8 @@ services:
6060 build :
6161 context : java/springboot
6262 dockerfile : Dockerfile
63- cap_add :
64- - SYS_ADMIN
63+ security_opt :
64+ - seccomp:seccomp.json
6565 ports :
6666 - 8084:8080
6767 networks :
Original file line number Diff line number Diff line change 11FROM openjdk:11-slim-bullseye
22
3+ RUN apt-get update && apt install -y openjdk-11-dbg
4+
35WORKDIR /app
46
57COPY . .
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ group = "com.example"
1919version = " 0.1.0"
2020
2121dependencies {
22- implementation ' com.grafana:jpprof:0.1.0 '
22+ implementation ' com.grafana:jpprof:0.1.4 '
2323}
Original file line number Diff line number Diff line change 11FROM openjdk:11-slim-bullseye
22
3+ RUN apt-get update && apt install -y openjdk-11-dbg
4+
35WORKDIR /app
46
57COPY . .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- implementation ' com.grafana:jpprof:0.1.0 '
16+ implementation ' com.grafana:jpprof:0.1.4 '
1717 implementation ' org.springframework.boot:spring-boot-starter-web'
1818 testImplementation ' org.springframework.boot:spring-boot-starter-test'
1919}
You can’t perform that action at this time.
0 commit comments