Skip to content

Commit

Permalink
Update steve 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erik73 committed May 24, 2021
1 parent ba5f798 commit e27fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache \
xmlstarlet=1.6.1-r0 \
mariadb-client=10.5.9-r0 \
&& mkdir -p /usr/src \
&& curl -L -s -o steve.tar.gz "https://github.com/RWTH-i5-IDSG/steve/archive/steve-3.4.4.tar.gz"; \
&& curl -L -s -o steve.tar.gz "https://github.com/RWTH-i5-IDSG/steve/archive/steve-3.4.5.tar.gz"; \
mkdir /usr/src/steve; \
tar -xf steve.tar.gz -C /usr/src/steve --strip-components=1; \
rm steve.tar.gz;
Expand Down

0 comments on commit e27fa06

Please sign in to comment.