Skip to content

Commit

Permalink
⬆️ Update Alpine base image to v3.18.0 (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored May 11, 2023
1 parent bb7732f commit 9885023
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=alpine:3.17.3
ARG BUILD_FROM=alpine:3.18.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down Expand Up @@ -32,20 +32,20 @@ RUN \
set -o pipefail \
\
&& apk add --no-cache --virtual .build-dependencies \
tar=1.34-r2 \
xz=5.2.9-r0 \
tar=1.34-r3 \
xz=5.4.3-r0 \
\
&& apk add --no-cache \
libcrypto3=3.0.8-r4 \
libssl3=3.0.8-r4 \
musl-utils=1.2.3-r4 \
musl=1.2.3-r4 \
libcrypto3=3.1.0-r4 \
libssl3=3.1.0-r4 \
musl-utils=1.2.4-r0 \
musl=1.2.4-r0 \
\
&& apk add --no-cache \
bash=5.2.15-r0 \
curl=8.0.1-r0 \
jq=1.6-r2 \
tzdata=2023c-r0 \
bash=5.2.15-r3 \
curl=8.0.1-r2 \
jq=1.6-r3 \
tzdata=2023c-r1 \
\
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \
Expand Down
10 changes: 5 additions & 5 deletions base/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
build_from:
aarch64: arm64v8/alpine:3.17.3
amd64: amd64/alpine:3.17.3
armhf: arm32v6/alpine:3.17.3
armv7: arm32v7/alpine:3.17.3
i386: i386/alpine:3.17.3
aarch64: arm64v8/alpine:3.18.0
amd64: amd64/alpine:3.18.0
armhf: arm32v6/alpine:3.18.0
armv7: arm32v7/alpine:3.18.0
i386: i386/alpine:3.18.0
codenotary:
signer: [email protected]

0 comments on commit 9885023

Please sign in to comment.