Skip to content

Commit 33f2bc1

Browse files
chore(deps): bump ubuntu from 22.04 to 24.04 in /containers/dev
Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07862c3 commit 33f2bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
###
4-
FROM ubuntu:22.04 AS dind
4+
FROM ubuntu:24.04 AS dind
55

66
# https://docs.docker.com/engine/install/ubuntu/
77
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)