Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 9fc09aa

Browse files
build(deps): bump ubuntu from 22.04 to 24.04
Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 889efab commit 9fc09aa

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
# syntax=docker/dockerfile:1.4
22
# artifacts: false
33
# platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
4-
FROM ubuntu:22.04 AS buildstage
4+
FROM ubuntu:24.04 AS buildstage
55

66
# build args
77
ARG BUILD_VERSION

0 commit comments

Comments
 (0)