Skip to content

Commit

Permalink
Merge minor into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 25, 2024
2 parents 91391af + 29e4c2f commit d109e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Format code with Ormolu
author: Nikita Volkov
runs:
using: docker
image: docker://ghcr.io/nikita-volkov/ormolu.github-action:a8302035b97df67ff038ab882c7da6c7ec9c0197
image: docker://ghcr.io/nikita-volkov/ormolu.github-action:74f8a5ae61192bb25abd3d0901db5d5632d1131e
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get update
RUN apt-get install wget unzip -y
RUN \
mkdir /tmp/ormolu && \
cd /tmp/ormolu && \
wget -q https://github.com/tweag/ormolu/releases/download/0.7.2.0/ormolu-Linux.zip && \
wget -q https://github.com/tweag/ormolu/releases/download/0.7.4.0/ormolu-Linux.zip && \
unzip ormolu-Linux.zip && \
rm ormolu-Linux.zip && \
chmod +x ormolu && \
Expand Down

0 comments on commit d109e87

Please sign in to comment.