Skip to content

Commit 70685af

Browse files
authored
chore(deps): update bcpkix-jdk18on version to 1.79 in Dockerfile (#37)
1 parent d47c5c5 commit 70685af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/community-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ARG NETTY_VERSION=4.1.125.Final
3939
# renovate: datasource=maven depName=bc-fips lookupName=org.bouncycastle:bc-fips
4040
ARG BC_VERSION=1.0.2.6
4141
# renovate: datasource=maven depName=bcpkix-jdk18on lookupName=org.bouncycastle:bcpkix-jdk18on
42-
ARG BCPKIX_VERSION=1.78.1
42+
ARG BCPKIX_VERSION=1.79
4343
RUN chmod +x /tmp/replace-jar.sh && \
4444
/tmp/replace-jar.sh io.netty netty-codec 4.1.118.Final ${NETTY_VERSION} /data/sonarqube/elasticsearch && \
4545
/tmp/replace-jar.sh io.netty netty-codec-http 4.1.118.Final ${NETTY_VERSION} /data/sonarqube/elasticsearch && \

0 commit comments

Comments
 (0)