From 6ff530052fec1a69ebbee57aff5cdfcc757f3758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:49:15 +0000 Subject: [PATCH 1/2] build(deps): bump ubuntu in /scripts/docker/mxe-build-container Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/docker/mxe-build-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker/mxe-build-container/Dockerfile b/scripts/docker/mxe-build-container/Dockerfile index cb3950f5a..9b314c029 100644 --- a/scripts/docker/mxe-build-container/Dockerfile +++ b/scripts/docker/mxe-build-container/Dockerfile @@ -1,7 +1,7 @@ # Build the image using the --build-arg option, e.g.: # docker build -t boret/myimage:0.1 --build-arg=mxe_sha=123ABC456 . -FROM ubuntu:22.04 as base +FROM ubuntu:24.04 as base # update and set up the packages we need for the build RUN apt-get update && \ From 6b2726592562b101863974c98e6f56ee305948f6 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Fri, 27 Sep 2024 15:13:05 +1200 Subject: [PATCH 2/2] Update MXE docker Image Version Number. Signed-off-by: Michael Keller --- .github/workflows/windows-mxe-dockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-mxe-dockerimage.yml b/.github/workflows/windows-mxe-dockerimage.yml index 5b5c05616..2e4c1d009 100644 --- a/.github/workflows/windows-mxe-dockerimage.yml +++ b/.github/workflows/windows-mxe-dockerimage.yml @@ -12,7 +12,7 @@ jobs: windows-mxe: runs-on: ubuntu-latest env: - VERSION: ${{ '3.2.0' }} # 'official' images should have a dot-zero version + VERSION: ${{ '3.3.0' }} # 'official' images should have a dot-zero version mxe_sha: '974808c2ecb02866764d236fe533ae57ba342e7a' steps: