Skip to content

Commit

Permalink
Merge branch 'alpine-32bit-3.20'
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 22, 2024
2 parents f8b81c6 + a2f1f29 commit 017de31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
context: ./docker/alpine32
push: true
tags: hasufell/i386-alpine-haskell:3.12
tags: hasufell/i386-alpine-haskell:3.20
platforms: |
linux/i386
linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion docker/alpine32/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/i386 i386/alpine:3.16
FROM --platform=linux/i386 i386/alpine:3.20

ENV LANG C.UTF-8

Expand Down

0 comments on commit 017de31

Please sign in to comment.