We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dcc77 commit c7ba5f8Copy full SHA for c7ba5f8
Dockerfile
@@ -76,7 +76,7 @@ LABEL org.label-schema.maintainer="Voxpupuli Team <voxpupuli@groups.io>" \
76
ARG APK_JQ=1.7.1-r0
77
ARG APK_YAMLLINT=1.35.1-r1
78
ARG APK_GIT=2.45.2-r0
79
-ARG APK_CURL=8.11.0-r1
+ARG APK_CURL=8.11.0-r2
80
81
RUN apk update \
82
&& apk upgrade \
build_versions.json
@@ -38,7 +38,7 @@
38
"apk_jq": "1.7.1-r0",
39
"apk_yamllint": "1.35.1-r1",
40
"apk_git": "2.45.2-r0",
41
- "apk_curl": "8.11.0-r1"
+ "apk_curl": "8.11.0-r2"
42
}
43
]
44
0 commit comments