We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede317f commit 2201590Copy full SHA for 2201590
2 files changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM bellsoft/liberica-openjre-debian:25-cds AS builder
2
WORKDIR /builder
3
4
-ARG argBasedVersion="1.13.1-alpha6"
+ARG argBasedVersion="1.13.1-alpha11"
5
6
COPY --chown=wrongsecrets target/wrongsecrets-${argBasedVersion}-SNAPSHOT.jar application.jar
7
RUN java -Djarmode=tools -jar application.jar extract --layers --destination extracted
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.owasp</groupId>
13
<artifactId>wrongsecrets</artifactId>
14
- <version>1.13.1-alpha6-SNAPSHOT</version>
+ <version>1.13.1-alpha11-SNAPSHOT</version>
15
16
<name>OWASP WrongSecrets</name>
17
<description>Examples with how to not use secrets</description>
0 commit comments