Skip to content

Commit

Permalink
Merge pull request #148 from erik73/bump_alpine
Browse files Browse the repository at this point in the history
Alpine 3.17.0
  • Loading branch information
erik73 authored Nov 26, 2022
2 parents 8fd5ba5 + 1678ac5 commit 1bc3d24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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:2.0.2
ARG BUILD_FROM=ghcr.io/erik73/base/amd64:2.0.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -7,13 +7,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Setup base
RUN apk add --no-cache \
openjdk11=11.0.17_p8-r1 \
maven=3.8.5-r0 \
xmlstarlet=1.6.1-r0 \
mariadb-client=10.6.10-r0 \
openjdk11=11.0.17_p8-r3 \
maven=3.8.6-r0 \
xmlstarlet=1.6.1-r1 \
mariadb-client=10.6.11-r0 \
nginx=1.22.1-r0 \
&& apk add --no-cache --virtual .build-dependencies \
git=2.36.3-r0 \
git=2.38.1-r0 \
&& mkdir -p /usr/src/ \
&& cd /usr/src/ \
&& git clone -b steve-3.5.0 --depth 1 https://github.com/steve-community/steve \
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:2.0.2",
"amd64": "ghcr.io/erik73/base/amd64:2.0.2"
"aarch64": "ghcr.io/erik73/base/aarch64:2.0.3",
"amd64": "ghcr.io/erik73/base/amd64:2.0.3"
}
}

0 comments on commit 1bc3d24

Please sign in to comment.