Skip to content

Commit

Permalink
chore: updating image with fix for SNYK-ALPINE320-CURL-7838598
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Aug 28, 2024
1 parent 6fdc1aa commit 7d00ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ ENV BUSYBOX_VERSION="1.36.1-r29"
# renovate: datasource=repology depName=alpine_3_20/c-ares versioning=loose
ENV C_ARES_VERSION="1.28.1-r0"

# renovate: datasource=repology depName=alpine_3_20/curl versioning=loose
ENV CURL_VERSION="8.9.1-r0"

# renovate: datasource=repology depName=alpine_3_20/git versioning=loose
ENV GIT_VERSION="2.45.2-r0"

Expand All @@ -29,6 +32,7 @@ RUN apk update && \
bash="${BASH_VERSION}" \
busybox="${BUSYBOX_VERSION}" \
c-ares="${C_ARES_VERSION}" \
curl="${CURL_VERSION}" \
git="${GIT_VERSION}" \
gnupg="${GNUPG_VERSION}" \
libcrypto3="${LIBCRYPTO3_VERSION}" \
Expand Down

0 comments on commit 7d00ea1

Please sign in to comment.