Skip to content

Commit b2f891a

Browse files
committed
Update curl from 8.12.1-r0 to 8.12.1-r1
Bumped curl package from 8.12.1-r0 to 8.12.1-r1 in the openid-connect-provider-debugger Dockerfile to ensure the latest patch is used.
1 parent 62a5a61 commit b2f891a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openid-connect-provider-debugger/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY nginx.conf.patch /usr/local/openresty/nginx/conf/
1212
# hadolint ignore=DL3019
1313
RUN apk -U upgrade \
1414
&& apk add \
15-
curl=8.12.1-r0 \
15+
curl=8.12.1-r1 \
1616
patch=2.7.6-r10 \
1717
&& if apk -u list | grep -q -e . ; then \
1818
apk -u list ; \

0 commit comments

Comments
 (0)