Skip to content

Commit 1e13048

Browse files
committed
fix: Update base image from slim to full version for build stage
1 parent 5bf6e06 commit 1e13048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM haskell:9.12.2-slim-bookworm AS build
1+
FROM haskell:9.12.2-bookworm AS build
22
ENV CABAL_DIR="/root/.cabal"
33
RUN mkdir /opt/build
44
WORKDIR /opt/build

0 commit comments

Comments
 (0)