File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11FROM bellsoft/liberica-openjre-debian:23.0.2-9-cds AS builder
22WORKDIR /builder
33
4- ARG argBasedVersion="1.12.3B2 "
4+ ARG argBasedVersion="1.12.3 "
55
66COPY --chown=wrongsecrets target/wrongsecrets-${argBasedVersion}-SNAPSHOT.jar application.jar
77RUN java -Djarmode=tools -jar application.jar extract --layers --destination extracted
Original file line number Diff line number Diff line change 1- FROM jeroenwillemsen/wrongsecrets:1.12.3B2 -no-vault
2- ARG argBasedVersion="1.12.3B2 -no-vault"
1+ FROM jeroenwillemsen/wrongsecrets:1.12.3 -no-vault
2+ ARG argBasedVersion="1.12.3 -no-vault"
33ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
44ARG CTF_ENABLED=false
55ARG HINTS_ENABLED=true
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ The project maintains version consistency between:
1212## Version Schema
1313
1414```
15- pom.xml version: 1.12.3B2 -SNAPSHOT
16- Dockerfile version: 1.12.3B2
17- Dockerfile.web version: 1.12.3B2 -no-vault
15+ pom.xml version: 1.12.3 -SNAPSHOT
16+ Dockerfile version: 1.12.3
17+ Dockerfile.web version: 1.12.3 -no-vault
1818```
1919
2020## Automated Solutions
You can’t perform that action at this time.
0 commit comments