Skip to content

Commit

Permalink
⬆️ Upgrades Ubuntu to Focal 20210921 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Oct 7, 2021
1 parent f5ebc0b commit 1f93e15
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-20210723
ARG BUILD_FROM=ubuntu:focal-20210921
# 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.1 \
curl=7.68.0-1ubuntu2.6 \
ca-certificates=20210119~20.04.2 \
curl=7.68.0-1ubuntu2.7 \
jq=1.6-1ubuntu0.20.04.1 \
tzdata=2021a-0ubuntu0.20.04 \
tzdata=2021a-2ubuntu0.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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_from": {
"aarch64": "arm64v8/ubuntu:focal-20210723",
"amd64": "amd64/ubuntu:focal-20210723",
"armv7": "arm32v7/ubuntu:focal-20210723"
"aarch64": "arm64v8/ubuntu:focal-20210921",
"amd64": "amd64/ubuntu:focal-20210921",
"armv7": "arm32v7/ubuntu:focal-20210921"
}
}

0 comments on commit 1f93e15

Please sign in to comment.