Skip to content

Commit

Permalink
Merge pull request #56 from erik73/update_base_steve
Browse files Browse the repository at this point in the history
Update base and steve
  • Loading branch information
erik73 authored May 24, 2021
2 parents ffcc6cb + e27fa06 commit 3973026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions steve/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/erik73/base/amd64:1.0.5
ARG BUILD_FROM=ghcr.io/erik73/base/amd64:1.0.6
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -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
4 changes: 2 additions & 2 deletions steve/build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/erik73/base/aarch64:1.0.5",
"amd64": "ghcr.io/erik73/base/amd64:1.0.5"
"aarch64": "ghcr.io/erik73/base/aarch64:1.0.6",
"amd64": "ghcr.io/erik73/base/amd64:1.0.6"
}
}

0 comments on commit 3973026

Please sign in to comment.