Skip to content

Commit 85c614a

Browse files
authored
Merge pull request #1023 from MilesCranmer/test/dev-dockerfile
test: update docker versions
2 parents 943d22f + 7c6304d commit 85c614a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pysr/test/test_dev_pysr.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# tries to manually edit SymbolicRegression.jl and
33
# use it from PySR.
44

5-
ARG JLVERSION=1.11.1
6-
ARG PYVERSION=3.12.6
5+
ARG JLVERSION=1.11.6
6+
ARG PYVERSION=3.12.11
77
ARG BASE_IMAGE=bullseye
88

99
FROM julia:${JLVERSION}-${BASE_IMAGE} AS jl

0 commit comments

Comments
 (0)