Skip to content

Commit

Permalink
chore(deps): update dependency alpine_3_19/busybox to v1.36.1-r16
Browse files Browse the repository at this point in the history
Fixes #48
  • Loading branch information
juancarlosjr97 committed May 20, 2024
1 parent 1d6f333 commit 40c4983
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 @@ -3,6 +3,9 @@ FROM docker.io/library/node:20.13.1-alpine3.19@sha256:291e84d956f1aff38454bbd3da
# renovate: datasource=repology depName=alpine_3_19/bash versioning=loose
ENV BASH_VERSION="5.2.21-r0"

# renovate: datasource=repology depName=alpine_3_19/busybox versioning=loose
ENV BUSYBOX_VERSION="1.36.1-r16"

# renovate: datasource=repology depName=alpine_3_19/c-ares versioning=loose
ENV C_ARES_VERSION="1.27.0-r0"

Expand All @@ -24,6 +27,7 @@ ENV OPENSSH_VERSION="9.6_p1-r0"
RUN apk update && \
apk add --no-cache \
bash="${BASH_VERSION}" \
busybox="${BUSYBOX_VERSION}" \
c-ares="${C_ARES_VERSION}" \
git="${GIT_VERSION}" \
gnupg="${GNUPG_VERSION}" \
Expand Down

0 comments on commit 40c4983

Please sign in to comment.