Skip to content

Commit

Permalink
Bump 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Sep 19, 2024
1 parent 333a1a2 commit 4edb312
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker/u18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ RUN sed -i '/^#.*\. \/etc\/bash_completion/s/^#//' /etc/bash.bashrc
# la-toolkit backend
RUN mkdir -p /home/ubuntu/la-toolkit
RUN chown -R ubuntu:ubuntu /home/ubuntu/la-toolkit
RUN echo "1.5.7"
RUN echo "1.5.8"
RUN su - ubuntu -c 'git clone --depth 1 https://github.com/living-atlases/la-toolkit-backend.git /home/ubuntu/la-toolkit'
RUN su - ubuntu -c 'cd /home/ubuntu/la-toolkit && npm install'

# la-toolkit frontend
RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.5.7/flutter-web-1.5.7.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2
RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.5.8/flutter-web-1.5.8.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2
# RUN echo "2021032402"
# COPY build/web/ /home/ubuntu/la-toolkit/assets/
COPY assets/env.production.txt /home/ubuntu/la-toolkit/assets/assets/env.production.txt
Expand Down
4 changes: 2 additions & 2 deletions docker/u20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ RUN sed -i '/^#.*\. \/etc\/bash_completion/s/^#//' /etc/bash.bashrc
# la-toolkit backend
RUN mkdir -p /home/ubuntu/la-toolkit
RUN chown -R ubuntu:ubuntu /home/ubuntu/la-toolkit
RUN echo "1.5.7"
RUN echo "1.5.8"
RUN su - ubuntu -c 'git clone --depth 1 https://github.com/living-atlases/la-toolkit-backend.git /home/ubuntu/la-toolkit'
RUN su - ubuntu -c 'cd /home/ubuntu/la-toolkit && npm install'

# la-toolkit frontend
RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.5.7/flutter-web-1.5.7.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2
RUN curl -L https://github.com/living-atlases/la-toolkit/releases/download/v1.5.8/flutter-web-1.5.8.tgz | tar xfz - -C /home/ubuntu/la-toolkit/assets/ --strip-components=2
# RUN echo "2021032402"
# COPY build/web/ /home/ubuntu/la-toolkit/assets/
COPY assets/env.production.txt /home/ubuntu/la-toolkit/assets/assets/env.production.txt
Expand Down
2 changes: 1 addition & 1 deletion lib/components/embed_web_view.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export 'embed_web_view_others.dart'
if (dart.library.html) 'embed_web_view_web.dart.dart';
if (dart.library.html) 'embed_web_view_web.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# version: 1.0.0+1
version: 1.5.7
version: 1.5.8

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 4edb312

Please sign in to comment.