Skip to content

Commit

Permalink
fix: update curl again
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Nov 15, 2024
1 parent 84dcc77 commit c7ba5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ LABEL org.label-schema.maintainer="Voxpupuli Team <voxpupuli@groups.io>" \
ARG APK_JQ=1.7.1-r0
ARG APK_YAMLLINT=1.35.1-r1
ARG APK_GIT=2.45.2-r0
ARG APK_CURL=8.11.0-r1
ARG APK_CURL=8.11.0-r2

RUN apk update \
&& apk upgrade \
Expand Down
2 changes: 1 addition & 1 deletion build_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"apk_jq": "1.7.1-r0",
"apk_yamllint": "1.35.1-r1",
"apk_git": "2.45.2-r0",
"apk_curl": "8.11.0-r1"
"apk_curl": "8.11.0-r2"
}
]
}

0 comments on commit c7ba5f8

Please sign in to comment.