Skip to content

Commit

Permalink
Merge pull request #64 from voxpupuli/63-fix-build-of-voxbox8
Browse files Browse the repository at this point in the history
fix: update curl version
  • Loading branch information
rwaffen authored Nov 11, 2024
2 parents 45d25ee + 22e6188 commit 5a25cb7
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.10.1-r0
ARG APK_CURL=8.11.0-r1

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.10.1-r0"
"apk_curl": "8.11.0-r1"
}
]
}

0 comments on commit 5a25cb7

Please sign in to comment.