Skip to content

Commit

Permalink
build using crystal 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Jan 12, 2024
1 parent 910d2d4 commit 12917c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
platforms: linux/amd64,linux/arm64
pull: true
build-args: |
build_image=84codes/crystal:1.11.0-${{ matrix.os }}
build_image=84codes/crystal:1.11.1-${{ matrix.os }}
version=${{ env.version }}
DEB_BUILD_OPTIONS="parallel=1"
outputs: builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
platforms: linux/amd64,linux/arm64
pull: true
build-args: |
build_image=84codes/crystal:1.11.0-${{ matrix.os }}
build_image=84codes/crystal:1.11.1-${{ matrix.os }}
version=${{ env.version }}
MAKEFLAGS=-j1
outputs: RPMS
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base layer
FROM 84codes/crystal:1.11.0-ubuntu-22.04 AS base
FROM 84codes/crystal:1.11.1-ubuntu-22.04 AS base
RUN apt-get update && apt-get install liblz4-dev
WORKDIR /tmp
COPY shard.yml shard.lock .
Expand Down

0 comments on commit 12917c8

Please sign in to comment.