Skip to content

Commit

Permalink
Build with crystal 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun committed Aug 28, 2024
1 parent 986042c commit b3a57a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
file: Dockerfile.deb
platforms: linux/${{ matrix.arch }}
build-args: |
build_image=84codes/crystal:1.12.1-${{ matrix.os }}
build_image=84codes/crystal:1.13.2-${{ matrix.os }}
pkg_version=${{ env.PKG_VERSION }}
outputs: builds

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 84codes/crystal:1.12.1-alpine-latest AS builder
FROM 84codes/crystal:1.13.2-alpine-latest AS builder
WORKDIR /tmp
COPY shard.yml shard.lock ./
RUN shards install --production
Expand Down

0 comments on commit b3a57a9

Please sign in to comment.