Skip to content

Commit

Permalink
Bump 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Sep 19, 2023
1 parent fb67d62 commit 3accff2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/u18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,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.4.5"
RUN echo "1.4.6"
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.4.5/flutter-web-1.4.5.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.4.6/flutter-web-1.4.6.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 /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 @@ -149,12 +149,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.4.5"
RUN echo "1.4.6"
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.4.5/flutter-web-1.4.5.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.4.6/flutter-web-1.4.6.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 /home/ubuntu/la-toolkit/assets/assets/env.production.txt
Expand Down
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.4.5
version: 1.4.6

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

0 comments on commit 3accff2

Please sign in to comment.