Skip to content

Commit

Permalink
⬆️ upgrade to Meteor.js 3.0.1 (finally the async migration is complet…
Browse files Browse the repository at this point in the history
…ely finished)

🐳 updated Docker files to reflect the new runtime
🐛 fixed missing summary lines in the track > week view
🐛 fixed missing scrollbar on column resize in the details page
  • Loading branch information
faburem committed Jul 24, 2024
1 parent a22ff8e commit e9c1c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.15
ENV METEOR_ALLOW_SUPERUSER true
RUN curl https://install.meteor.com/ | sh
RUN curl https://install.meteor.com/\?release\=3.0 | sh
RUN meteor --version
WORKDIR /app/
COPY package.json .
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "titra",
"version": "0.99.0",
"version": "0.99.1",
"private": true,
"scripts": {
"start": "meteor run"
Expand Down

0 comments on commit e9c1c62

Please sign in to comment.