Skip to content

Commit

Permalink
feat(stylish-haskell): update restyled/stack-build-minimal docker tag…
Browse files Browse the repository at this point in the history
… to v24 (#837)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 277ff6c commit bfb3082
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion brittany/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM restyled/stack-build-minimal:22.04 as builder
FROM restyled/stack-build-minimal:24.04 as builder
LABEL maintainer="Pat Brisbin <[email protected]>"
RUN stack upgrade

Expand Down
2 changes: 1 addition & 1 deletion cabal-fmt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM restyled/stack-build-minimal:22.04 AS builder
FROM restyled/stack-build-minimal:24.04 AS builder
LABEL maintainer="Pat Brisbin <[email protected]>"
RUN stack upgrade

Expand Down
2 changes: 1 addition & 1 deletion hlint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM restyled/stack-build-minimal:22.04 as builder
FROM restyled/stack-build-minimal:24.04 as builder
LABEL maintainer="Pat Brisbin <[email protected]>"
RUN stack upgrade

Expand Down
2 changes: 1 addition & 1 deletion ormolu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM restyled/stack-build-minimal:22.04 as builder
FROM restyled/stack-build-minimal:24.04 as builder
label maintainer="Pat Brisbin <[email protected]>"
RUN stack upgrade

Expand Down
2 changes: 1 addition & 1 deletion stylish-haskell/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM restyled/stack-build-minimal:22.04 as builder
FROM restyled/stack-build-minimal:24.04 as builder
LABEL maintainer="Pat Brisbin <[email protected]>"
RUN stack upgrade

Expand Down

0 comments on commit bfb3082

Please sign in to comment.