Skip to content

Commit

Permalink
Update crystallang/crystal Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 81a1083 commit 972b641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-format:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.11.2
image: crystallang/crystal:1.12.1
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Format
Expand All @@ -19,7 +19,7 @@ jobs:
specs:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.11.2
image: crystallang/crystal:1.12.1
env:
LUCKY_ENV: test
DB_HOST: postgres
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY webpack.mix.js .
COPY src ./src
RUN yarn prod

FROM crystallang/crystal:1.11-alpine as lucky_build
FROM crystallang/crystal:1.12-alpine as lucky_build
ENV SKIP_LUCKY_TASK_PRECOMPILATION="1"
RUN apk add yaml-static
WORKDIR /tmp_build
Expand Down

0 comments on commit 972b641

Please sign in to comment.