Skip to content

Commit

Permalink
Update Dockerfile to use Julia v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Aug 25, 2020
1 parent 1d883cd commit a07d07a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM julia:1.3
FROM julia:1.5

# Install tools which get used by BinaryBuilder.
RUN apt-get update && apt-get install -y xz-utils bzip2 sudo git unzip
Expand Down

2 comments on commit a07d07a

@staticfloat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/20195

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.6 -m "<description of version>" a07d07a4131f5b050f291b08e44def6486fa29c6
git push origin v0.2.6

Please sign in to comment.