Skip to content

Commit

Permalink
⬆️ Upgrades Alpine Linux to 3.16.2 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Aug 18, 2022
1 parent d96616d commit c7be93c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=alpine:3.16.1
ARG BUILD_FROM=alpine:3.16.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down Expand Up @@ -45,7 +45,7 @@ RUN \
bash=5.1.16-r2 \
curl=7.83.1-r2 \
jq=1.6-r1 \
tzdata=2022a-r0 \
tzdata=2022c-r0 \
\
&& S6_VERSION="3.1.1.2" \
&& S6_ARCH="${BUILD_ARCH}" \
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.16.1
amd64: amd64/alpine:3.16.1
armhf: arm32v6/alpine:3.16.1
armv7: arm32v7/alpine:3.16.1
i386: i386/alpine:3.16.1
aarch64: arm64v8/alpine:3.16.2
amd64: amd64/alpine:3.16.2
armhf: arm32v6/alpine:3.16.2
armv7: arm32v7/alpine:3.16.2
i386: i386/alpine:3.16.2
codenotary:
signer: [email protected]

0 comments on commit c7be93c

Please sign in to comment.