Skip to content

Commit

Permalink
Merge pull request #1915 from atc0005/update-pinned-alpine-image-musl…
Browse files Browse the repository at this point in the history
…-dev-dep-version

Updated pinned musl-dev version for Alpine images
  • Loading branch information
atc0005 authored Feb 18, 2025
2 parents db8cb4e + 24d0619 commit 11c1479
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion oldstable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV APK_MAKE_VERSION="4.4.1-r2"
ENV APK_UTIL_LINUX_VERSION="2.40.1-r1"
ENV APK_FILE_VERSION="5.45-r1"
ENV APK_NANO_VERSION="8.0-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r1"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
Expand Down
2 changes: 1 addition & 1 deletion oldstable/build/alpine-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV APK_MAKE_VERSION="4.4.1-r2"
ENV APK_UTIL_LINUX_VERSION="2.40.1-r1"
ENV APK_FILE_VERSION="5.45-r1"
ENV APK_NANO_VERSION="8.0-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r1"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
Expand Down
2 changes: 1 addition & 1 deletion stable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV APK_MAKE_VERSION="4.4.1-r2"
ENV APK_UTIL_LINUX_VERSION="2.40.1-r1"
ENV APK_FILE_VERSION="5.45-r1"
ENV APK_NANO_VERSION="8.0-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r1"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
Expand Down
2 changes: 1 addition & 1 deletion stable/build/alpine-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV APK_MAKE_VERSION="4.4.1-r2"
ENV APK_UTIL_LINUX_VERSION="2.40.1-r1"
ENV APK_FILE_VERSION="5.45-r1"
ENV APK_NANO_VERSION="8.0-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r1"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/alpine-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV APK_MAKE_VERSION="4.4.1-r2"
ENV APK_UTIL_LINUX_VERSION="2.40.1-r1"
ENV APK_FILE_VERSION="5.45-r1"
ENV APK_NANO_VERSION="8.0-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r1"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
Expand Down
2 changes: 1 addition & 1 deletion unstable/build/alpine-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV APK_MAKE_VERSION="4.4.1-r2"
ENV APK_UTIL_LINUX_VERSION="2.40.1-r1"
ENV APK_FILE_VERSION="5.45-r1"
ENV APK_NANO_VERSION="8.0-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r0"
ENV APK_MUSL_DEV_VERSION="1.2.5-r1"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
Expand Down

0 comments on commit 11c1479

Please sign in to comment.