Skip to content

Commit 9c53d4a

Browse files
authored
chore(deps): update xwin to v0.8.0 in amp-devcontainer-cpp (#1202)
feat: update xwin to v0.8.0
1 parent 0330be6 commit 9c53d4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/cpp/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
ARG BASE_IMAGE=ghcr.io/philips-software/amp-devcontainer-base:edge
55
ARG CCACHE_VERSION=4.12.2
6-
ARG XWIN_VERSION=0.7.0
6+
ARG XWIN_VERSION=0.8.0
77

88
# Downloader stage for AMD64 architecture
99
FROM scratch AS downloader-amd64
@@ -13,7 +13,7 @@ ARG XWIN_VERSION
1313

1414
ADD --checksum=sha256:630c34ec94d451b200f5b14a6a25580d6a45bc80c394b7e0b93e33556eee5d32 \
1515
https://github.com/ccache/ccache/releases/download/v${CCACHE_VERSION}/ccache-${CCACHE_VERSION}-linux-x86_64.tar.xz /ccache.tar.xz
16-
ADD --checksum=sha256:f1bffe5319728fca9cde5bb03fcb6c88cdf44922bd003fca8b4b9ce5b6f259d2 \
16+
ADD --checksum=sha256:8a354e12475dd154d0a2d3084eefd2c105f872ec8062965baaa7e9f2f76fe611 \
1717
https://github.com/Jake-Shadle/xwin/releases/download/${XWIN_VERSION}/xwin-${XWIN_VERSION}-x86_64-unknown-linux-musl.tar.gz /xwin.tar.gz
1818

1919
# Downloader stage for ARM64 architecture
@@ -24,7 +24,7 @@ ARG XWIN_VERSION
2424

2525
ADD --checksum=sha256:b01c270c245e41998ab777164aba085dbeb23ce515f4e2134a1fdddabf0bf6ad \
2626
https://github.com/ccache/ccache/releases/download/v${CCACHE_VERSION}/ccache-${CCACHE_VERSION}-linux-aarch64.tar.xz /ccache.tar.xz
27-
ADD --checksum=sha256:b85cd1e0c94f249338b02a6e54b380154a5af6b5dd754121b15722125a67cf9f \
27+
ADD --checksum=sha256:fe106caefbb316664d73fd03166c28c09e580bb2a3ad65b4d50c51c67368aeab \
2828
https://github.com/Jake-Shadle/xwin/releases/download/${XWIN_VERSION}/xwin-${XWIN_VERSION}-aarch64-unknown-linux-musl.tar.gz /xwin.tar.gz
2929

3030
# Select downloader stage based on target architecture.

0 commit comments

Comments
 (0)