Skip to content

Commit 8053df4

Browse files
chore(deps): bump ubuntu from 353675e to 728785b in /.devcontainer/cpp (#964)
chore(deps): bump ubuntu in /.devcontainer/cpp Bumps ubuntu from `353675e` to `728785b`. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1be34e8 commit 8053df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/cpp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ubuntu:24.04@sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd433d21d166fc AS extractor
3+
FROM ubuntu:24.04@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123 AS extractor
44

55
ARG BATS_CORE_VERSION=1.12.0
66
ARG BATS_SUPPORT_VERSION=0.3.0
@@ -17,7 +17,7 @@ RUN tar xzf /bats-core.tar.gz && mv bats-core-*/ bats-core \
1717
&& tar xzf /bats-support.tar.gz && mv bats-support-*/ bats-support \
1818
&& tar xzf /bats-assert.tar.gz && mv bats-assert-*/ bats-assert
1919

20-
FROM ubuntu:24.04@sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd433d21d166fc
20+
FROM ubuntu:24.04@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123
2121

2222
ARG CCACHE_VERSION=4.12
2323
ARG CLANG_VERSION=18

0 commit comments

Comments
 (0)