We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c95bf commit b65d687Copy full SHA for b65d687
1 file changed
pgp-verify-jar/Dockerfile
@@ -12,7 +12,7 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
12
RUN apk upgrade --no-cache \
13
&& apk add --no-cache \
14
bash=5.2.37-r0 \
15
- curl=8.14.1-r1 \
+ curl=8.14.1-r2 \
16
git=2.49.1-r0 \
17
gnupg=2.4.7-r0 \
18
&& apk cache --no-cache clean \
0 commit comments