Compare commits

...

3 commits

Author SHA1 Message Date
dependabot[bot]
9de73ccc5f
Merge 6b27265925 into 3bd7be809a 2024-10-03 21:12:25 +02:00
Michael Keller
6b27265925 Update MXE docker Image Version Number.
Signed-off-by: Michael Keller <github@ike.ch>
2024-09-27 15:13:05 +12:00
dependabot[bot]
6ff530052f
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] <support@github.com>
2024-09-26 21:49:15 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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 && \