Skip to content

Commit

Permalink
Merge pull request #137 from atc0005/i136-update-alpine-build-contain…
Browse files Browse the repository at this point in the history
…ers-musl-pkg-version

Update musl-dev pkg from 1.1.24-r9 to 1.1.24-r10
  • Loading branch information
atc0005 authored Nov 23, 2020
2 parents 8b32c4f + 16a09ae commit 0d2d239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/Dockerfile.alpine-build.x64
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV APK_MAKE_VERSION="4.3-r0"
ENV APK_UTIL_LINUX_VERSION="2.35.2-r0"
ENV APK_FILE_VERSION="5.38-r0"
ENV APK_NANO_VERSION="4.9.3-r0"
ENV APK_MUSL_DEV_VERSION="1.1.24-r9"
ENV APK_MUSL_DEV_VERSION="1.1.24-r10"

# Install specific version of packages
# RUN apk update && \
Expand Down
2 changes: 1 addition & 1 deletion stable/Dockerfile.alpine-build.x86
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV APK_MAKE_VERSION="4.3-r0"
ENV APK_UTIL_LINUX_VERSION="2.35.2-r0"
ENV APK_FILE_VERSION="5.38-r0"
ENV APK_NANO_VERSION="4.9.3-r0"
ENV APK_MUSL_DEV_VERSION="1.1.24-r9"
ENV APK_MUSL_DEV_VERSION="1.1.24-r10"

# Install specific version of packages
# RUN apk update && \
Expand Down

0 comments on commit 0d2d239

Please sign in to comment.