Skip to content

Commit

Permalink
Bump 1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Jun 19, 2021
1 parent f7d7fa2 commit db657e1
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 @@ -114,12 +114,12 @@ RUN su - ubuntu -c 'git clone --branch v2.0.7 https://github.com/AtlasOfLivingAu
# la-toolkit backend
RUN mkdir -p /home/ubuntu/la-toolkit
RUN chown -R ubuntu:ubuntu /home/ubuntu/la-toolkit
RUN echo "2021061901"
RUN echo "1.1.22"
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.1.21/flutter-web-1.1.21.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.1.22/flutter-web-1.1.22.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 @@ -114,12 +114,12 @@ RUN su - ubuntu -c 'git clone --branch v2.0.7 https://github.com/AtlasOfLivingAu
# la-toolkit backend
RUN mkdir -p /home/ubuntu/la-toolkit
RUN chown -R ubuntu:ubuntu /home/ubuntu/la-toolkit
RUN echo "2021061901"
RUN echo "1.1.22"
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.1.21/flutter-web-1.1.21.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.1.22/flutter-web-1.1.22.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.1.21
version: 1.1.22

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit db657e1

Please sign in to comment.