Skip to content

Commit 43973ef

Browse files
dependabot[bot]Copilotandjordan
authored
build(deps): bump philips-software/amp-devcontainer-cpp from v6.5.3 to v6.6.0 in /.devcontainer (#670)
* build(deps): bump philips-software/amp-devcontainer-cpp Bumps [philips-software/amp-devcontainer-cpp](https://github.com/philips-software/amp-devcontainer) from v6.5.3 to v6.6.0. - [Release notes](https://github.com/philips-software/amp-devcontainer/releases) - [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md) - [Commits](philips-software/amp-devcontainer@v6.5.3...v6.6.0) --- updated-dependencies: - dependency-name: philips-software/amp-devcontainer-cpp dependency-version: v6.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump philips-software/amp-devcontainer-cpp from v6.5.3 to v6.6.0 (#671) * Initial plan * Update container version to v6.6.0 in .github/workflows/ci.yml Co-authored-by: andjordan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: andjordan <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]> Co-authored-by: andjordan <[email protected]>
1 parent 55df376 commit 43973ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/philips-software/amp-devcontainer-cpp:v6.5.3@sha256:80f10547f74b39a5b9643e53de240ed0d482b6ee03ecabb6695d4e47dd6baa08
1+
FROM ghcr.io/philips-software/amp-devcontainer-cpp:v6.6.0@sha256:3f65569a719ca9b2d996222bcdce3dfe9797903ba4c3aafff364fa6fe9ca114d
22

33
HEALTHCHECK NONE

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
host_build_clang_msvc:
6868
name: Windows Host Build from Devcontainer
6969
runs-on: [ubuntu-latest]
70-
container: ghcr.io/philips-software/amp-devcontainer-cpp:v6.5.3@sha256:80f10547f74b39a5b9643e53de240ed0d482b6ee03ecabb6695d4e47dd6baa08 # v6.5.3
70+
container: ghcr.io/philips-software/amp-devcontainer-cpp:v6.6.0@sha256:3f65569a719ca9b2d996222bcdce3dfe9797903ba4c3aafff364fa6fe9ca114d # v6.6.0
7171
steps:
7272
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7373
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0

0 commit comments

Comments
 (0)