diff --git a/buildkit/Dockerfile b/buildkit/Dockerfile index 04d27efa3d5..3c4ec89e0ac 100644 --- a/buildkit/Dockerfile +++ b/buildkit/Dockerfile @@ -21,7 +21,7 @@ ARG TARGETOS TARGETARCH TARGETVARIANT ENV GOOS=$TARGETOS GOARCH=$TARGETARCH VARIANT=$TARGETVARIANT # https://github.com/moby/buildkit/releases -ENV BUILDKIT_VERSION 0.12.2 +ENV BUILDKIT_VERSION 0.12.3 # pkg/mod/github.com/moby/buildkit@v0.12.0/snapshot/diffapply_unix.go:131:8: cannot use stat.Dev (variable of type uint32) as uint64 value in struct literal # pkg/mod/github.com/moby/buildkit@v0.12.0/snapshot/diffapply_unix.go:300:12: cannot use unix.Mkdev(0, 0) (value of type uint64) as uint32 value in struct literal diff --git a/buildkit/versions.json b/buildkit/versions.json index 137726cdb7c..fef7b5a6937 100644 --- a/buildkit/versions.json +++ b/buildkit/versions.json @@ -1,6 +1,6 @@ { - "commit": "567a99433ca23402d5e9b9f9124005d2e59b8861", - "ref": "refs/tags/v0.12.2", - "tag": "v0.12.2", - "version": "0.12.2" + "commit": "438f47256f0decd64cc96084e22d3357da494c27", + "ref": "refs/tags/v0.12.3", + "tag": "v0.12.3", + "version": "0.12.3" } diff --git a/lutris/Dockerfile b/lutris/Dockerfile index a316c5f5715..17d1e699903 100644 --- a/lutris/Dockerfile +++ b/lutris/Dockerfile @@ -29,7 +29,7 @@ RUN set -eux; \ ENV LANG en_US.UTF-8 # https://github.com/lutris/lutris/releases -ENV LUTRIS_VERSION 0.5.13 +ENV LUTRIS_VERSION 0.5.14 RUN set -eux; \ # turn "0.5.10-beta1" into "0.5.10_beta1" for the deb filename diff --git a/lutris/versions.json b/lutris/versions.json index 0992a83c58a..900be64e2e9 100644 --- a/lutris/versions.json +++ b/lutris/versions.json @@ -1,6 +1,6 @@ { - "commit": "8241e2c3a71a7decb9670031ee6ceedd0d33e7ac", - "ref": "refs/tags/v0.5.13", - "tag": "v0.5.13", - "version": "0.5.13" + "commit": "ba9c0aea5a9db54dca2bc39dc7e9bad5c6a566b5", + "ref": "refs/tags/v0.5.14", + "tag": "v0.5.14", + "version": "0.5.14" } diff --git a/microsoft-edge/stable/Dockerfile b/microsoft-edge/stable/Dockerfile index b87c3d2044d..092c136b4d4 100644 --- a/microsoft-edge/stable/Dockerfile +++ b/microsoft-edge/stable/Dockerfile @@ -50,7 +50,7 @@ RUN set -eux; \ } | tee /etc/default/microsoft-edge-stable # https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ -ENV EDGE_VERSION 118.0.2088.46-1 +ENV EDGE_VERSION 118.0.2088.61-1 RUN set -eux; \ apt-get update; \ diff --git a/microsoft-edge/stable/versions.json b/microsoft-edge/stable/versions.json index ccbefa51b69..ff6f34ad0a3 100644 --- a/microsoft-edge/stable/versions.json +++ b/microsoft-edge/stable/versions.json @@ -1,4 +1,4 @@ { - "sha256": "ff7968ff2fcb840986aa23a16600e82554be736eb7d4d07f67f941345ba7537d", - "version": "118.0.2088.46-1" + "sha256": "e51b822fbcd894d95bbfb738fbfda44de6869e8700c23a10450ae52fc2c31de1", + "version": "118.0.2088.61-1" } diff --git a/signal-desktop/Dockerfile b/signal-desktop/Dockerfile index 703e6682075..cc531f87ef2 100644 --- a/signal-desktop/Dockerfile +++ b/signal-desktop/Dockerfile @@ -32,7 +32,7 @@ RUN set -eux; \ rm -rf /var/lib/apt/lists/* # https://github.com/signalapp/Signal-Desktop/releases -ENV SIGNAL_DESKTOP_VERSION 6.34.1 +ENV SIGNAL_DESKTOP_VERSION 6.35.0 RUN set -eux; \ apt-get update; \ diff --git a/signal-desktop/versions.json b/signal-desktop/versions.json index dde79fdd0ea..f2b80d7b330 100644 --- a/signal-desktop/versions.json +++ b/signal-desktop/versions.json @@ -1,4 +1,4 @@ { - "sha256": "d647df4573d09adc48b0b6553a03d70e7c54998e7dabed6e9b2db971d8ad461c", - "version": "6.34.1" + "sha256": "19604d2f6c15b1fc4f28210fdde8a1dfbb7f0a4f40fcc3257ef2a8138210750b", + "version": "6.35.0" } diff --git a/vultr-cli/Dockerfile b/vultr-cli/Dockerfile index 31f6c49e7e6..162ef3d5db8 100644 --- a/vultr-cli/Dockerfile +++ b/vultr-cli/Dockerfile @@ -9,16 +9,16 @@ FROM alpine:3.18 RUN apk add --no-cache ca-certificates # https://github.com/vultr/vultr-cli/releases -ENV VULTR_CLI_VERSION 2.18.2 +ENV VULTR_CLI_VERSION 2.19.0 RUN set -eux; \ \ apkArch="$(apk --print-arch)"; \ case "$apkArch" in \ - 'armhf') url='https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_linux_arm32-v6.tar.gz'; sha256='0c990926d7b342d77ad3867a713739302951df1439a92102514bba1215d8fe9c' ;; \ - 'aarch64') url='https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_linux_arm64.tar.gz'; sha256='25bb6eba73696a12c9426f9acf4744f61819d638ac09a0668ef9887cc6ab6c30' ;; \ - 'armv7') url='https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_linux_arm32-v7.tar.gz'; sha256='3a05671aeb8e8a6a8456fec4264174e88393f04e5bcf92b7f094f0d4e0a41f4d' ;; \ - 'x86_64') url='https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_linux_amd64.tar.gz'; sha256='4807964caf2dd34f2a44522b64deac18f1c985422a10d52ea60ba668fae49ed0' ;; \ + 'x86_64') url='https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_linux_amd64.tar.gz'; sha256='4b19b64e5dd45c4a6b88692c726ccb6edc162f228f0e7b80acc3a43326e94665' ;; \ + 'armhf') url='https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_linux_arm32-v6.tar.gz'; sha256='ac5293e8c8ec45569d1d7085d34fa1b5d45a2f983cc85cd63bd07ce872ee2843' ;; \ + 'armv7') url='https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_linux_arm32-v7.tar.gz'; sha256='d40dad21038f721f4c14f45e4879ff85bcec1b9c19c284ee90c83316a7c641d4' ;; \ + 'aarch64') url='https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_linux_arm64.tar.gz'; sha256='dfefbd8478626d67d400b9c523ee818ee04c2c0f1c39738358d238ef33a18726' ;; \ *) echo >&2 "error: unsupported architecture: '$apkArch'"; exit 1 ;; \ esac; \ \ diff --git a/vultr-cli/versions.json b/vultr-cli/versions.json index 60d82b39cb7..ed079d878d3 100644 --- a/vultr-cli/versions.json +++ b/vultr-cli/versions.json @@ -1,58 +1,58 @@ { - "commit": "e7ed88169b42c07894e69752f168abac4c682d7c", - "ref": "refs/tags/v2.18.2", - "tag": "v2.18.2", - "version": "2.18.2", + "commit": "6b45f1aea48639a3503e39fd21f0d0b521bc5699", + "ref": "refs/tags/v2.19.0", + "tag": "v2.19.0", + "version": "2.19.0", "arches": { - "darwin-amd64": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_macOs_amd64.tar.gz", - "sha256": "09b1741b09d1fd984c55336d62c5bee309b46021a2e6eb7d5ef221f5cacfc45d", - "apkArch": null - }, - "windows-arm32v6": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_windows_arm32-v6.zip", - "sha256": "0a5fa4f25653b1943c184ba7539bad569ead6bd690c1c7d4edcf09bf5258c062", - "apkArch": null - }, - "arm32v6": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_linux_arm32-v6.tar.gz", - "sha256": "0c990926d7b342d77ad3867a713739302951df1439a92102514bba1215d8fe9c", - "apkArch": "armhf" - }, "darwin-arm64v8": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_macOs_arm64.tar.gz", - "sha256": "0e1f48736e94972508006290c73b483a769e25ba6589a0f016352d16edf50a47", + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_macOs_arm64.tar.gz", + "sha256": "1d16eacdc10c31cfb3caad915791c018d99a1f41b5f718c237656ecc152f1cf9", "apkArch": null }, - "arm64v8": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_linux_arm64.tar.gz", - "sha256": "25bb6eba73696a12c9426f9acf4744f61819d638ac09a0668ef9887cc6ab6c30", - "apkArch": "aarch64" - }, - "arm32v7": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_linux_arm32-v7.tar.gz", - "sha256": "3a05671aeb8e8a6a8456fec4264174e88393f04e5bcf92b7f094f0d4e0a41f4d", - "apkArch": "armv7" + "windows-arm64v8": { + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_windows_arm64.zip", + "sha256": "33c9fcd5edef2869648ffa91ffe6448b4ff2af8ca2082886c12f810fb3c47e69", + "apkArch": null }, "amd64": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_linux_amd64.tar.gz", - "sha256": "4807964caf2dd34f2a44522b64deac18f1c985422a10d52ea60ba668fae49ed0", + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_linux_amd64.tar.gz", + "sha256": "4b19b64e5dd45c4a6b88692c726ccb6edc162f228f0e7b80acc3a43326e94665", "apkArch": "x86_64" }, "windows-arm32v7": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_windows_arm32-v7.zip", - "sha256": "7db499123302b85bfc38b47448d8ee870f96dada1b5920f2e2ec73a4d1d1854c", + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_windows_arm32-v7.zip", + "sha256": "72a85a296e80490bae8842cfc97d4f8f57d26645e1a40d3ff53ad1f5d3b4f12c", "apkArch": null }, - "windows-arm64v8": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_windows_arm64.zip", - "sha256": "92d739f2a4f6dff50c8c063abc8fb4fdc10ef7c05df8e0893713a4f7ce437659", + "windows-arm32v6": { + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_windows_arm32-v6.zip", + "sha256": "8d3c8be8383a8d66369b62b720bcc3a75f9e01df5501e0683606fac6aa4f215b", "apkArch": null }, "windows-amd64": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v2.18.2/2.18.2_windows_amd64.zip", - "sha256": "d219f1e0d8179de6827252d7e7b8fd897728f95d68cb752e62f51fb83ba96a70", + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_windows_amd64.zip", + "sha256": "9d01474cef43ca88498d735da42497ee6352857fb6c70a1c561ad467f2202081", "apkArch": null + }, + "arm32v6": { + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_linux_arm32-v6.tar.gz", + "sha256": "ac5293e8c8ec45569d1d7085d34fa1b5d45a2f983cc85cd63bd07ce872ee2843", + "apkArch": "armhf" + }, + "darwin-amd64": { + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_macOs_amd64.tar.gz", + "sha256": "c8399f37721ae8fd9ecc8bab8d22721cbe2c71a46015221946434956aeb63e56", + "apkArch": null + }, + "arm32v7": { + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_linux_arm32-v7.tar.gz", + "sha256": "d40dad21038f721f4c14f45e4879ff85bcec1b9c19c284ee90c83316a7c641d4", + "apkArch": "armv7" + }, + "arm64v8": { + "url": "https://github.com/vultr/vultr-cli/releases/download/v2.19.0/vultr-cli_v2.19.0_linux_arm64.tar.gz", + "sha256": "dfefbd8478626d67d400b9c523ee818ee04c2c0f1c39738358d238ef33a18726", + "apkArch": "aarch64" } } } diff --git a/ymlfmt/Dockerfile b/ymlfmt/Dockerfile index 47ac6eb0270..204c1a65efa 100644 --- a/ymlfmt/Dockerfile +++ b/ymlfmt/Dockerfile @@ -4,12 +4,12 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM python:3.11-alpine3.18 +FROM python:3.12-alpine3.18 RUN set -eux; \ apk add --no-cache --virtual .build-deps gcc libc-dev; \ # https://pypi.org/project/ruamel.yaml/ - pip install --no-cache-dir 'ruamel.yaml == 0.17.35'; \ + pip install --no-cache-dir 'ruamel.yaml == 0.17.40'; \ apk del --no-network .build-deps COPY ymlfmt /usr/local/bin/ diff --git a/ymlfmt/versions.json b/ymlfmt/versions.json index 486243bf4e9..264aab0f0e7 100644 --- a/ymlfmt/versions.json +++ b/ymlfmt/versions.json @@ -1,8 +1,8 @@ { - "version": "0.17.35", + "version": "0.17.40", "python": { - "version": "3.11", - "from": "python:3.11-alpine3.18", + "version": "3.12", + "from": "python:3.12-alpine3.18", "arches": [ "amd64", "arm32v6",