Skip to content

Commit 614a11d

Browse files
chore(deps): update dependency alpine_3_20/musl-dev to v1.2.5-r1 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 510e06c commit 614a11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ compile:
8585
# renovate: datasource=repology depName=alpine_3_20/gcc versioning=loose
8686
ENV GCC_VERSION="13.2.1_git20240309-r0"
8787
# renovate: datasource=repology depName=alpine_3_20/musl-dev versioning=loose
88-
ENV MUSL_VERSION="1.2.5-r0"
88+
ENV MUSL_VERSION="1.2.5-r1"
8989
RUN apk add --no-cache gcc=$GCC_VERSION musl-dev=$MUSL_VERSION
9090
DO +COPY_SOURCECODE
9191
RUN ./ci/compile.sh

0 commit comments

Comments
 (0)