Skip to content

Commit 203f273

Browse files
authored
build(deps): bump curl from 8.14.1-r1 to 8.14.1-r2 (#226)
* ci(issues): configure templates * build(deps): bump curl from 8.14.1-r1 to 8.14.1-r2
1 parent f8962c0 commit 203f273

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
blank_issues_enabled: false

openid-connect-provider-debugger/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY nginx.conf.patch /usr/local/openresty/nginx/conf/
1010

1111
RUN apk upgrade --no-cache \
1212
&& apk add --no-cache \
13-
curl=8.14.1-r1 \
13+
curl=8.14.1-r2 \
1414
patch=2.8-r0 \
1515
&& apk cache --no-cache clean \
1616
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)