Skip to content

Commit 8d48ff3

Browse files
committed
set dependency versions for Capella 5.1.0
1 parent a4c1883 commit 8d48ff3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ RUN apt-get update && apt-get install -y \
1313
RUN ln -s /usr/bin/python3 /usr/local/bin/python
1414

1515
# install capella
16-
ENV CAPELLA_VER_LONG=5.0.0-R20201202-123401
16+
ENV CAPELLA_VER_LONG=5.1.0-R20210615-075512
1717
ENV CAPELLA_VER_SHORT=${CAPELLA_VER_LONG%.[0-9]*}
1818
ENV CAPELLA_TAR=https://download.eclipse.org/capella/core/products/releases/${CAPELLA_VER_LONG%.[0-9]*}/capella-${CAPELLA_VER_LONG}-linux-gtk-x86_64.tar.gz
1919
RUN mkdir -p /opt/capella && \
2020
cd /opt/capella && \
21-
wget -nv -c "https://download.eclipse.org/capella/core/products/releases/5.0.0-R20201202-123401/capella-5.0.0.202101071610-linux-gtk-x86_64.tar.gz" -O capella.tar.gz && \
21+
wget -nv -c "https://download.eclipse.org/capella/core/products/releases/5.1.0-R20210615-075512/capella-5.1.0.202106150755-linux-gtk-x86_64.tar.gz" -O capella.tar.gz && \
2222
tar -xzf capella.tar.gz && \
2323
rm capella.tar.gz
2424
ENV PATH="/opt/capella/capella/:${PATH}"

0 commit comments

Comments
 (0)