Skip to content

Commit

Permalink
[FIX] update webin-cli to version 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dameyerdave committed Feb 27, 2024
1 parent a0f576f commit a2d1925
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RUN wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | tee
RUN echo "deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | tee /etc/apt/sources.list.d/adoptium.list
RUN apt update && apt install -y temurin-8-jdk
RUN cd /opt && \
wget https://github.com/enasequence/webin-cli/releases/download/6.7.2/webin-cli-6.7.2.jar && \
mv webin-cli-6.7.2.jar webin-cli.jar
RUN apt install -y rubygems
wget https://github.com/enasequence/webin-cli/releases/download/7.0.1/webin-cli-7.0.1.jar && \
mv webin-cli-7.0.1.jar webin-cli.jar
RUN apt install -y rubygems ruby-dev
RUN gem install aspera-cli
RUN apt clean && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ volumes:
pg_data:
services:
api:
platform: linux/amd64
build:
context: api
hostname: api
Expand All @@ -15,6 +16,7 @@ services:
depends_on:
- db
db:
platform: linux/amd64
image: postgres:15-bookworm
hostname: db
restart: unless-stopped
Expand Down

0 comments on commit a2d1925

Please sign in to comment.