Skip to content

Commit

Permalink
⬆️ Upgrades Ubuntu to 22.04 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 13, 2023
1 parent 48bac41 commit fcaff3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ubuntu:focal-20221130
ARG BUILD_FROM=ubuntu:22.04
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down Expand Up @@ -30,11 +30,11 @@ RUN \
apt-get update \
\
&& apt-get install -y --no-install-recommends \
ca-certificates=20211016ubuntu0.20.04.1 \
curl=7.68.0-1ubuntu2.15 \
jq=1.6-1ubuntu0.20.04.1 \
tzdata=2022g-0ubuntu0.20.04.1 \
xz-utils=5.2.4-1ubuntu1.1 \
ca-certificates=20230311ubuntu0.22.04.1 \
curl=7.81.0-1ubuntu1.13 \
jq=1.6-2.1ubuntu3 \
tzdata=2023c-0ubuntu0.22.04.0 \
xz-utils=5.2.5-2ubuntu1 \
\
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \
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-20221130
amd64: amd64/ubuntu:focal-20221130
armv7: arm32v7/ubuntu:focal-20221130
aarch64: arm64v8/ubuntu:22.04
amd64: amd64/ubuntu:22.04
armv7: arm32v7/ubuntu:22.04
codenotary:
signer: [email protected]

0 comments on commit fcaff3c

Please sign in to comment.