File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- ARG BUILD_FROM=ubuntu:focal-20210723
1+ ARG BUILD_FROM=ubuntu:focal-20210921
22# hadolint ignore=DL3006
33FROM ${BUILD_FROM}
44
@@ -24,10 +24,10 @@ RUN \
2424 apt-get update \
2525 \
2626 && apt-get install -y --no-install-recommends \
27- ca-certificates=20210119~20.04.1 \
28- curl=7.68.0-1ubuntu2.6 \
27+ ca-certificates=20210119~20.04.2 \
28+ curl=7.68.0-1ubuntu2.7 \
2929 jq=1.6-1ubuntu0.20.04.1 \
30- tzdata=2021a-0ubuntu0 .20.04 \
30+ tzdata=2021a-2ubuntu0 .20.04 \
3131 \
3232 && S6_ARCH="${BUILD_ARCH}" \
3333 && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86" ; fi \
Original file line number Diff line number Diff line change 11{
22 "build_from" : {
3- "aarch64" : " arm64v8/ubuntu:focal-20210723 " ,
4- "amd64" : " amd64/ubuntu:focal-20210723 " ,
5- "armv7" : " arm32v7/ubuntu:focal-20210723 "
3+ "aarch64" : " arm64v8/ubuntu:focal-20210921 " ,
4+ "amd64" : " amd64/ubuntu:focal-20210921 " ,
5+ "armv7" : " arm32v7/ubuntu:focal-20210921 "
66 }
77}
You can’t perform that action at this time.
0 commit comments