Skip to content

Commit 076a06b

Browse files
Update ubuntu Docker tag to v24
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | ubuntu | 22.04 | noble | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d5fa47 commit 076a06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG NODE_MAJOR=20
22

33
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
4-
FROM ubuntu:22.04 AS base-distro
4+
FROM ubuntu:24.04 AS base-distro
55
FROM composer:2.7.7 AS composer
66

77
FROM base-distro AS install-markdownlint

0 commit comments

Comments
 (0)