Skip to content

Commit

Permalink
Update vva-be to 1.0.12
Browse files Browse the repository at this point in the history
Signed-off-by: mpavlovicbb <[email protected]>
  • Loading branch information
mpavlovicbb authored Aug 1, 2024
1 parent 24e1ec2 commit d1d073a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/backend/Dockerfile.qovery
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BASE_IMAGE_REPO:$BASE_IMAGE_TAG
WORKDIR /src
COPY . .
RUN cabal build
RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.11/x/vva-be/build/vva-be/vva-be /usr/local/bin
RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.12/x/vva-be/build/vva-be/vva-be /usr/local/bin

# Expose the necessary port
EXPOSE 9876
Expand Down

0 comments on commit d1d073a

Please sign in to comment.