Skip to content

Commit

Permalink
⬆️ Upgrades Ubuntu to Focal 20220531 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jun 10, 2022
1 parent 1b4267b commit aff5db4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ubuntu:focal-20220302
ARG BUILD_FROM=ubuntu:focal-20220531
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -24,10 +24,10 @@ RUN \
apt-get update \
\
&& apt-get install -y --no-install-recommends \
ca-certificates=20210119~20.04.2 \
curl=7.68.0-1ubuntu2.7 \
ca-certificates=20211016~20.04.1 \
curl=7.68.0-1ubuntu2.11 \
jq=1.6-1ubuntu0.20.04.1 \
tzdata=2021e-0ubuntu0.20.04 \
tzdata=2022a-0ubuntu0.20.04 \
\
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi \
Expand Down
6 changes: 3 additions & 3 deletions base/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
aarch64: arm64v8/ubuntu:focal-20220302
amd64: amd64/ubuntu:focal-20220302
armv7: arm32v7/ubuntu:focal-20220302
aarch64: arm64v8/ubuntu:focal-20220531
amd64: amd64/ubuntu:focal-20220531
armv7: arm32v7/ubuntu:focal-20220531
codenotary:
signer: [email protected]

0 comments on commit aff5db4

Please sign in to comment.