Skip to content

Commit d799eb6

Browse files
⬆️ Update ubuntu Docker tag to v24 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <[email protected]>
1 parent 079167e commit d799eb6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

base/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ubuntu:jammy
1+
ARG BUILD_FROM=ubuntu:noble
22
# hadolint ignore=DL3006
33
FROM ${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"; \

base/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
build_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
66
codenotary:
77

0 commit comments

Comments
 (0)