Skip to content

Commit

Permalink
Merge pull request #147 from erik73/update-base
Browse files Browse the repository at this point in the history
Alpine 3.16.3
  • Loading branch information
erik73 authored Nov 18, 2022
2 parents d11b17e + 4fbebbe commit 5b43337
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:2.0.1
ARG BUILD_FROM=ghcr.io/erik73/base/amd64:2.0.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

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

# Setup base
RUN apk add --no-cache \
openjdk11=11.0.16.1_p1-r0 \
openjdk11=11.0.17_p8-r1 \
maven=3.8.5-r0 \
xmlstarlet=1.6.1-r0 \
mariadb-client=10.6.10-r0 \
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.1",
"amd64": "ghcr.io/erik73/base/amd64:2.0.1"
"aarch64": "ghcr.io/erik73/base/aarch64:2.0.2",
"amd64": "ghcr.io/erik73/base/amd64:2.0.2"
}
}

0 comments on commit 5b43337

Please sign in to comment.