Skip to content

Commit

Permalink
Refresh dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Feb 22, 2023
1 parent a47f792 commit 4af519a
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
@@ -1,4 +1,4 @@
FROM crystallang/crystal:1.6.0
FROM crystallang/crystal:1.7.0

LABEL maintainer="Vitalii Elenhaupt <[email protected]>"
LABEL com.github.actions.name="Ameba checks"
Expand All @@ -8,6 +8,6 @@ LABEL com.github.actions.color="red"

WORKDIR /app
COPY . /app
RUN shards build --production -Dpreview_mt
RUN shards install && shards build --production -Dpreview_mt

ENTRYPOINT ["/app/bin/ameba-github_action"]

0 comments on commit 4af519a

Please sign in to comment.