Use i386/alpine:3.16

This commit is contained in:
Julian Ospald 2024-01-02 19:08:32 +08:00
parent 4e0efff4c4
commit cac3cec135
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ jobs:
- if: matrix.ARCH == '32'
name: Run build (32 bit linux)
uses: docker://hasufell/i386-alpine-haskell:3.12
uses: docker://hasufell/i386-alpine-haskell:3.16
with:
args: sh .github/scripts/build.sh
env:
@ -285,7 +285,7 @@ jobs:
- if: matrix.ARCH == '32' && matrix.DISTRO == 'Alpine'
name: Run test (32 bit linux Alpine)
uses: docker://hasufell/i386-alpine-haskell:3.12
uses: docker://hasufell/i386-alpine-haskell:3.16
with:
args: sh .github/scripts/test.sh
env:

View File

@ -1,4 +1,4 @@
FROM --platform=linux/i386 i386/alpine:3.12
FROM --platform=linux/i386 i386/alpine:3.16
ENV LANG C.UTF-8