Skip to content

Commit c7ba5f8

Browse files
committed
fix: update curl again
1 parent 84dcc77 commit c7ba5f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ LABEL org.label-schema.maintainer="Voxpupuli Team <voxpupuli@groups.io>" \
7676
ARG APK_JQ=1.7.1-r0
7777
ARG APK_YAMLLINT=1.35.1-r1
7878
ARG APK_GIT=2.45.2-r0
79-
ARG APK_CURL=8.11.0-r1
79+
ARG APK_CURL=8.11.0-r2
8080

8181
RUN apk update \
8282
&& apk upgrade \

build_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"apk_jq": "1.7.1-r0",
3939
"apk_yamllint": "1.35.1-r1",
4040
"apk_git": "2.45.2-r0",
41-
"apk_curl": "8.11.0-r1"
41+
"apk_curl": "8.11.0-r2"
4242
}
4343
]
4444
}

0 commit comments

Comments
 (0)