Skip to content

Commit f5cf940

Browse files
committed
build(deps): bump versions after alpine upgrade
1 parent 9bb9158 commit f5cf940

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pgp-verify-jar/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
1111

1212
RUN apk upgrade --no-cache \
1313
&& apk add --no-cache \
14-
bash=5.2.37-r0 \
15-
curl=8.14.1-r2 \
16-
git=2.49.1-r0 \
17-
gnupg=2.4.7-r0 \
14+
bash=5.3.3-r1 \
15+
curl=8.17.0-r1 \
16+
git=2.52.0-r0 \
17+
gnupg=2.4.8-r1 \
1818
&& apk cache --no-cache clean \
1919
&& rm -rf /var/cache/apk/*
2020

0 commit comments

Comments
 (0)