Skip to content

Commit

Permalink
Merge pull request #88 from juancarlosjr97/security/SNYK-ALPINE320-CU…
Browse files Browse the repository at this point in the history
…RL-7838598

chore: updating image with fix for SNYK-ALPINE320-CURL-7838598
  • Loading branch information
juancarlosjr97 authored Aug 28, 2024
2 parents 6fdc1aa + 7d00ea1 commit e87dec8
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 e87dec8

Please sign in to comment.