Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed May 18, 2024
1 parent 90cf628 commit 124cd7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM ubuntu@sha256:67211c14fa74f070d27cc59d69a7fa9aeff8e28ea118ef3babc295a0428a6
ARG GID=1000
ARG UID=1000

ARG ghc_version=9.6.4
ARG cabal_version=3.10.2.0
ARG ghc_version=9.6.5
ARG cabal_version=3.10.3.0

# generate a working directory
USER "root"
Expand Down

0 comments on commit 124cd7b

Please sign in to comment.