Skip to content

chore(deps): update dependency alpine_3_20/gcc to v13.2.1_git20240309-r1 #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ COPY_SOURCECODE:
compile:
FROM +alpine-base
# renovate: datasource=repology depName=alpine_3_20/gcc versioning=loose
ENV GCC_VERSION="13.2.1_git20240309-r0"
ENV GCC_VERSION="13.2.1_git20240309-r1"
# renovate: datasource=repology depName=alpine_3_20/musl-dev versioning=loose
ENV MUSL_VERSION="1.2.5-r1"
RUN apk add --no-cache gcc=$GCC_VERSION musl-dev=$MUSL_VERSION
Expand Down