-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update julia #20597
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
Update julia #20597
+8
−8
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/julia@e0fe71f: Update stable to 1.12.4
Diff for 00d102a:diff --git a/_bashbrew-cat b/_bashbrew-cat
index ed5e23b..a7e9861 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
Maintainers: Tianon Gravi <[email protected]> (@tianon), Joseph Ferguson <[email protected]> (@yosifkit)
GitRepo: https://github.com/docker-library/julia.git
-GitCommit: 4d469df64aeff0b7baf7470d1971c5f3cd185d23
+GitCommit: e0fe71f662a13f89d4b7c1ca9352aa5eb9993041
Tags: 1.10.10-alpine3.22, 1.10-alpine3.22
Directory: 1.10/alpine3.22
@@ -29,23 +29,23 @@ Architectures: windows-amd64
Directory: 1.10/windows/servercore-ltsc2025
Constraints: windowsservercore-ltsc2025
-Tags: 1.12.3-bookworm, 1.12-bookworm, 1-bookworm, bookworm
+Tags: 1.12.4-bookworm, 1.12-bookworm, 1-bookworm, bookworm
Architectures: amd64, arm64v8, i386
Directory: stable/bookworm
-Tags: 1.12.3-trixie, 1.12-trixie, 1-trixie, trixie
-SharedTags: 1.12.3, 1.12, 1, latest
+Tags: 1.12.4-trixie, 1.12-trixie, 1-trixie, trixie
+SharedTags: 1.12.4, 1.12, 1, latest
Architectures: amd64, arm64v8, i386
Directory: stable/trixie
-Tags: 1.12.3-windowsservercore-ltsc2022, 1.12-windowsservercore-ltsc2022, 1-windowsservercore-ltsc2022, windowsservercore-ltsc2022
-SharedTags: 1.12.3-windowsservercore, 1.12-windowsservercore, 1-windowsservercore, windowsservercore, 1.12.3, 1.12, 1, latest
+Tags: 1.12.4-windowsservercore-ltsc2022, 1.12-windowsservercore-ltsc2022, 1-windowsservercore-ltsc2022, windowsservercore-ltsc2022
+SharedTags: 1.12.4-windowsservercore, 1.12-windowsservercore, 1-windowsservercore, windowsservercore, 1.12.4, 1.12, 1, latest
Architectures: windows-amd64
Directory: stable/windows/servercore-ltsc2022
Constraints: windowsservercore-ltsc2022
-Tags: 1.12.3-windowsservercore-ltsc2025, 1.12-windowsservercore-ltsc2025, 1-windowsservercore-ltsc2025, windowsservercore-ltsc2025
-SharedTags: 1.12.3-windowsservercore, 1.12-windowsservercore, 1-windowsservercore, windowsservercore, 1.12.3, 1.12, 1, latest
+Tags: 1.12.4-windowsservercore-ltsc2025, 1.12-windowsservercore-ltsc2025, 1-windowsservercore-ltsc2025, windowsservercore-ltsc2025
+SharedTags: 1.12.4-windowsservercore, 1.12-windowsservercore, 1-windowsservercore, windowsservercore, 1.12.4, 1.12, 1, latest
Architectures: windows-amd64
Directory: stable/windows/servercore-ltsc2025
Constraints: windowsservercore-ltsc2025
diff --git a/_bashbrew-list b/_bashbrew-list
index 86c10ac..0a32ef7 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -28,12 +28,12 @@ julia:1.12-trixie
julia:1.12-windowsservercore
julia:1.12-windowsservercore-ltsc2022
julia:1.12-windowsservercore-ltsc2025
-julia:1.12.3
-julia:1.12.3-bookworm
-julia:1.12.3-trixie
-julia:1.12.3-windowsservercore
-julia:1.12.3-windowsservercore-ltsc2022
-julia:1.12.3-windowsservercore-ltsc2025
+julia:1.12.4
+julia:1.12.4-bookworm
+julia:1.12.4-trixie
+julia:1.12.4-windowsservercore
+julia:1.12.4-windowsservercore-ltsc2022
+julia:1.12.4-windowsservercore-ltsc2025
julia:1.13-rc
julia:1.13-rc-bookworm
julia:1.13-rc-trixie
diff --git a/julia_bookworm/Dockerfile b/julia_bookworm/Dockerfile
index 182e37e..609278e 100644
--- a/julia_bookworm/Dockerfile
+++ b/julia_bookworm/Dockerfile
@@ -23,7 +23,7 @@ ENV PATH $JULIA_PATH/bin:$PATH
ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7DC03D6E495
# https://julialang.org/downloads/
-ENV JULIA_VERSION 1.12.3
+ENV JULIA_VERSION 1.12.4
RUN set -eux; \
\
@@ -35,20 +35,20 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*; \
\
# https://julialang.org/downloads/#julia-command-line-version
-# https://julialang-s3.julialang.org/bin/checksums/julia-1.12.3.sha256
+# https://julialang-s3.julialang.org/bin/checksums/julia-1.12.4.sha256
arch="$(dpkg --print-architecture)"; \
case "$arch" in \
'amd64') \
- url='https://julialang-s3.julialang.org/bin/linux/x64/1.12/julia-1.12.3-linux-x86_64.tar.gz'; \
- sha256='8f7bd50f7472ae4eba8c5df6de31345d9ce2da17e22b94ffdfe603acaaf6b912'; \
+ url='https://julialang-s3.julialang.org/bin/linux/x64/1.12/julia-1.12.4-linux-x86_64.tar.gz'; \
+ sha256='c57baf178fe140926acb1a25396d482f325af9d7908d9b066d2fbc0d6639985d'; \
;; \
'i386') \
- url='https://julialang-s3.julialang.org/bin/linux/x86/1.12/julia-1.12.3-linux-i686.tar.gz'; \
- sha256='a6cee7227953c723488918e0013d540bb63783c53b32da9c386bf0014c2a9237'; \
+ url='https://julialang-s3.julialang.org/bin/linux/x86/1.12/julia-1.12.4-linux-i686.tar.gz'; \
+ sha256='fb7c91de825ecd6bc3d9960e9fc18c44052e82bcb4a5d2f626e6932de5f34968'; \
;; \
'arm64') \
- url='https://julialang-s3.julialang.org/bin/linux/aarch64/1.12/julia-1.12.3-linux-aarch64.tar.gz'; \
- sha256='32696125b996978a8ce0246176b1a46b08fb5013ab1a10dea5de2dcb0edfcc0c'; \
+ url='https://julialang-s3.julialang.org/bin/linux/aarch64/1.12/julia-1.12.4-linux-aarch64.tar.gz'; \
+ sha256='a602a2dfee931224fd68e47567dc672743e2fd9e80f39d84cf3c99afc9663ddd'; \
;; \
*) \
echo >&2 "error: current architecture ($arch) does not have a corresponding Julia binary release"; \
diff --git a/julia_trixie/Dockerfile b/julia_trixie/Dockerfile
index dc865b7..72528ec 100644
--- a/julia_trixie/Dockerfile
+++ b/julia_trixie/Dockerfile
@@ -23,7 +23,7 @@ ENV PATH $JULIA_PATH/bin:$PATH
ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7DC03D6E495
# https://julialang.org/downloads/
-ENV JULIA_VERSION 1.12.3
+ENV JULIA_VERSION 1.12.4
RUN set -eux; \
\
@@ -35,20 +35,20 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*; \
\
# https://julialang.org/downloads/#julia-command-line-version
-# https://julialang-s3.julialang.org/bin/checksums/julia-1.12.3.sha256
+# https://julialang-s3.julialang.org/bin/checksums/julia-1.12.4.sha256
arch="$(dpkg --print-architecture)"; \
case "$arch" in \
'amd64') \
- url='https://julialang-s3.julialang.org/bin/linux/x64/1.12/julia-1.12.3-linux-x86_64.tar.gz'; \
- sha256='8f7bd50f7472ae4eba8c5df6de31345d9ce2da17e22b94ffdfe603acaaf6b912'; \
+ url='https://julialang-s3.julialang.org/bin/linux/x64/1.12/julia-1.12.4-linux-x86_64.tar.gz'; \
+ sha256='c57baf178fe140926acb1a25396d482f325af9d7908d9b066d2fbc0d6639985d'; \
;; \
'i386') \
- url='https://julialang-s3.julialang.org/bin/linux/x86/1.12/julia-1.12.3-linux-i686.tar.gz'; \
- sha256='a6cee7227953c723488918e0013d540bb63783c53b32da9c386bf0014c2a9237'; \
+ url='https://julialang-s3.julialang.org/bin/linux/x86/1.12/julia-1.12.4-linux-i686.tar.gz'; \
+ sha256='fb7c91de825ecd6bc3d9960e9fc18c44052e82bcb4a5d2f626e6932de5f34968'; \
;; \
'arm64') \
- url='https://julialang-s3.julialang.org/bin/linux/aarch64/1.12/julia-1.12.3-linux-aarch64.tar.gz'; \
- sha256='32696125b996978a8ce0246176b1a46b08fb5013ab1a10dea5de2dcb0edfcc0c'; \
+ url='https://julialang-s3.julialang.org/bin/linux/aarch64/1.12/julia-1.12.4-linux-aarch64.tar.gz'; \
+ sha256='a602a2dfee931224fd68e47567dc672743e2fd9e80f39d84cf3c99afc9663ddd'; \
;; \
*) \
echo >&2 "error: current architecture ($arch) does not have a corresponding Julia binary release"; \
diff --git a/julia_windowsservercore-ltsc2022/Dockerfile b/julia_windowsservercore-ltsc2022/Dockerfile
index e862b47..6cb559d 100644
--- a/julia_windowsservercore-ltsc2022/Dockerfile
+++ b/julia_windowsservercore-ltsc2022/Dockerfile
@@ -9,9 +9,9 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
# $ProgressPreference: https://github.com/PowerShell/PowerShell/issues/2138#issuecomment-251261324
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
-ENV JULIA_VERSION 1.12.3
-ENV JULIA_URL https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.3-win64.exe
-ENV JULIA_SHA256 ab6f046e7302195c253280534f8233b4597ae2f2758d3699d32a7c161ed12690
+ENV JULIA_VERSION 1.12.4
+ENV JULIA_URL https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.4-win64.exe
+ENV JULIA_SHA256 6b0e030497bd1abc0c12054105e70f0c5600f312be1dadd728d9b6624f9f8940
RUN Write-Host ('Downloading {0} ...' -f $env:JULIA_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/julia_windowsservercore-ltsc2025/Dockerfile b/julia_windowsservercore-ltsc2025/Dockerfile
index 2d14b5b..fb9bc69 100644
--- a/julia_windowsservercore-ltsc2025/Dockerfile
+++ b/julia_windowsservercore-ltsc2025/Dockerfile
@@ -9,9 +9,9 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2025
# $ProgressPreference: https://github.com/PowerShell/PowerShell/issues/2138#issuecomment-251261324
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
-ENV JULIA_VERSION 1.12.3
-ENV JULIA_URL https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.3-win64.exe
-ENV JULIA_SHA256 ab6f046e7302195c253280534f8233b4597ae2f2758d3699d32a7c161ed12690
+ENV JULIA_VERSION 1.12.4
+ENV JULIA_URL https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.4-win64.exe
+ENV JULIA_SHA256 6b0e030497bd1abc0c12054105e70f0c5600f312be1dadd728d9b6624f9f8940
RUN Write-Host ('Downloading {0} ...' -f $env:JULIA_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \Relevant Maintainers: |
yosifkit
approved these changes
Jan 8, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: