Skip to content

Commit

Permalink
Update the deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Nov 30, 2024
1 parent d109e87 commit b2c6c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ubuntu:24.04
FROM ubuntu:25.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.4.0/ormolu-Linux.zip && \
wget -q https://github.com/tweag/ormolu/releases/download/0.7.7.0/ormolu-Linux.zip && \
unzip ormolu-Linux.zip && \
rm ormolu-Linux.zip && \
chmod +x ormolu && \
Expand Down

0 comments on commit b2c6c66

Please sign in to comment.