Skip to content

Commit

Permalink
Merge pull request #1655 from atc0005/update-xz-version-in-alpine-images
Browse files Browse the repository at this point in the history
Alpine images: bump `xz` from 5.6.1-r3 to 5.6.2-r0
  • Loading branch information
atc0005 authored Aug 7, 2024
2 parents 958afc4 + 6132030 commit 20a6226
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 @@ -39,7 +39,7 @@ 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_XZ_VERSION="5.6.1-r3"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
ENV GO_WINRES_VERSION="v0.3.3"
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 @@ -38,7 +38,7 @@ 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_XZ_VERSION="5.6.1-r3"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
ENV GO_WINRES_VERSION="v0.3.3"
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 @@ -39,7 +39,7 @@ 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_XZ_VERSION="5.6.1-r3"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
ENV GO_WINRES_VERSION="v0.3.3"
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 @@ -38,7 +38,7 @@ 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_XZ_VERSION="5.6.1-r3"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
ENV GO_WINRES_VERSION="v0.3.3"
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 @@ -39,7 +39,7 @@ 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_XZ_VERSION="5.6.1-r3"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
ENV GO_WINRES_VERSION="v0.3.3"
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 @@ -39,7 +39,7 @@ 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_XZ_VERSION="5.6.1-r3"
ENV APK_XZ_VERSION="5.6.2-r0"

# https://github.com/tc-hib/go-winres/releases
ENV GO_WINRES_VERSION="v0.3.3"
Expand Down

0 comments on commit 20a6226

Please sign in to comment.