Skip to content

Commit

Permalink
bump OM to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Jul 5, 2024
1 parent 68ab05e commit 98f36d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geojson_modelica_translator/modelica/lib/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt update && apt --no-install-recommends install -y \
# Duplicating code from OM Dockerfile: https://github.com/OpenModelica/OpenModelicaDockerImages/blob/v1.22.1/Dockerfile
# This allows us to use a different Ubuntu version than the OM Dockerfile
# tests/GMT_Lib/test_gmt_lib_des.py fails with jammy, works with focal.
ARG OM_VERSION=1.23.0
ARG OM_VERSION=1.23.1

RUN export DEBIAN_FRONTEND="noninteractive" && echo "VERSION: $OM_VERSION" && test ! -z "$OM_VERSION" && apt update && apt upgrade -qy && apt dist-upgrade -qy \
&& apt install -qy gnupg wget ca-certificates apt-transport-https \
Expand Down
2 changes: 1 addition & 1 deletion geojson_modelica_translator/modelica/lib/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In GMT Runner Version 2.0.0 we detached the OM version from the GMT Runner versi

| GTM Runner Version | OM Version | MSL Version | MBL Version |
| ------------------ | ---------- | ----------- | ----------- |
| 2.1.0 | 1.23.0 | 4.0.0 | 10.0.0 |
| 2.1.0 | 1.23.1 | 4.0.0 | 10.0.0 |
| 2.0.1 | 1.22.1 | 4.0.0 | 10.0.0 |
| 2.0.0 | 1.22.1 | 4.0.0 | 10.0.0 |
| 1.22.1 | 1.22.1 | 4.0.0 | 9.1.1 |
Expand Down

0 comments on commit 98f36d0

Please sign in to comment.