File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- ARG BUILD_FROM=ubuntu:jammy
1+ ARG BUILD_FROM=ubuntu:noble
22# hadolint ignore=DL3006
33FROM ${BUILD_FROM}
44
@@ -32,11 +32,11 @@ RUN \
3232 apt-get update \
3333 \
3434 && apt-get install -y --no-install-recommends \
35- ca-certificates=20230311ubuntu0.22.04.1 \
36- curl=7.81 .0-1ubuntu1.16 \
37- jq=1.6-2.1ubuntu3 \
38- tzdata=2024a-0ubuntu0.22.04 \
39- xz-utils=5.2.5-2ubuntu1 \
35+ ca-certificates=20240203 \
36+ curl=8.5 .0-2ubuntu10.1 \
37+ jq=1.7.1-3build1 \
38+ tzdata=2024a-2ubuntu1 \
39+ xz-utils=5.6.1+really5.4.5-1 \
4040 \
4141 && S6_ARCH="${BUILD_ARCH}" \
4242 && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686" ; \
Original file line number Diff line number Diff line change 11---
22build_from :
3- aarch64 : arm64v8/ubuntu:jammy
4- amd64 : amd64/ubuntu:jammy
5- armv7 : arm32v7/ubuntu:jammy
3+ aarch64 : arm64v8/ubuntu:noble
4+ amd64 : amd64/ubuntu:noble
5+ armv7 : arm32v7/ubuntu:noble
66codenotary :
77
You can’t perform that action at this time.
0 commit comments