Skip to content

Commit

Permalink
Update Deco (#35)
Browse files Browse the repository at this point in the history
* Update deco version

* Update deco version

---------

Co-authored-by: bt353 <brandon.tassone@yale.edu>
  • Loading branch information
btassone and bt353 authored Aug 4, 2024
1 parent 597c490 commit 2bed415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ RUN mkdir -p $APPDIR
WORKDIR $APPDIR

# Install Deco
ARG DECO_VERSION=1.0.2
ARG DECO_VERSION=1.4.1
ARG DECO_OS=linux
ARG DECO_ARCH=amd64
ADD https://github.com/YaleUniversity/deco/releases/download/v${DECO_VERSION}/deco-v${DECO_VERSION}-${DECO_OS}-${DECO_ARCH}.tar.gz /usr/local/bin/deco.tar.gz
ADD https://github.com/YaleUniversity/deco/releases/download/v${DECO_VERSION}/deco_${DECO_VERSION}_${DECO_OS}_${DECO_ARCH}.tar.gz /usr/local/bin/deco.tar.gz
RUN cd /usr/local/bin && tar -zxvf deco.tar.gz && rm -f deco.tar.gz && chmod 555 deco && /usr/local/bin/deco version

# Copy the Gemfile and Gemfile.lock first so bundle install can be cached
Expand Down

0 comments on commit 2bed415

Please sign in to comment.