Skip to content

Commit

Permalink
Merge pull request #94 from erik73/Alpine_dep
Browse files Browse the repository at this point in the history
Update dependencies for alpine 3.15
  • Loading branch information
erik73 authored Dec 19, 2021
2 parents c318f08 + df30908 commit 3fa7d68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions steve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Setup base
RUN apk add --no-cache \
openjdk11=11.0.12_p7-r0 \
maven=3.6.3-r1 \
openjdk11=11.0.13_p8-r0 \
maven=3.8.3-r0 \
xmlstarlet=1.6.1-r0 \
mariadb-client=10.5.13-r0 \
mariadb-client=10.6.4-r2 \
&& mkdir -p /usr/src \
&& curl -L -s -o steve.tar.gz "https://github.com/RWTH-i5-IDSG/steve/archive/steve-3.4.8.tar.gz"; \
mkdir /usr/src/steve; \
Expand Down

0 comments on commit 3fa7d68

Please sign in to comment.