Skip to content

Commit 154afce

Browse files
committed
Update Bouncy Castle crypto package for Java to 1.83
1 parent b5c726b commit 154afce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2021-2025 Robert Scheck <robert@fedoraproject.org>
2+
# Copyright (C) 2021-2026 Robert Scheck <robert@fedoraproject.org>
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ LABEL maintainer="Robert Scheck <https://github.com/pdftk-java/pdftk-java-contai
3636
ARG VERSION=3.3.3
3737
ARG GIT
3838
ARG COMMIT
39-
ARG BOUNCYCASTLE=r1rv82
39+
ARG BOUNCYCASTLE=r1rv83
4040
ARG COMMONSLANG3=3.18.0
4141

4242
RUN set -x && \

0 commit comments

Comments
 (0)