File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 lint :
2525 runs-on : ubuntu-latest
2626 timeout-minutes : 10
27- container : 84codes/crystal:1.13.2 -ubuntu-22.04
27+ container : 84codes/crystal:1.15.1 -ubuntu-22.04
2828 steps :
2929 - uses : actions/checkout@v4
3030 - run : shards install
3333 format :
3434 runs-on : ubuntu-latest
3535 timeout-minutes : 10
36- container : 84codes/crystal:1.13.2 -ubuntu-22.04
36+ container : 84codes/crystal:1.15.1 -ubuntu-22.04
3737 steps :
3838 - uses : actions/checkout@v4
3939 - run : crystal tool format --check
Original file line number Diff line number Diff line change 1717 tar :
1818 runs-on : ubuntu-latest
1919 container :
20- image : 84codes/crystal:1.13.2 -alpine
20+ image : 84codes/crystal:1.15.1 -alpine
2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Install Dependencies
5959 file : deb.Dockerfile
6060 platforms : linux/amd64,linux/arm64
6161 build-args : |
62- image=84codes/crystal:1.13.2 -${{ matrix.os }}
62+ image=84codes/crystal:1.15.1 -${{ matrix.os }}
6363 outputs : builds
6464
6565 - name : Upload GitHub artifact
Original file line number Diff line number Diff line change 6060 file : Dockerfile.rpm
6161 platforms : linux/amd64,linux/arm64
6262 build-args : |
63- build_image=84codes/crystal:1.13.2 -${{ matrix.os }}
63+ build_image=84codes/crystal:1.15.1 -${{ matrix.os }}
6464 version=${{ env.version }}
6565 outputs : RPMS
6666
Original file line number Diff line number Diff line change 1- FROM 84codes/crystal:1.13.2 -alpine AS builder
1+ FROM 84codes/crystal:1.15.1 -alpine AS builder
22WORKDIR /tmp
33COPY shard.yml shard.lock ./
44RUN shards install --production
Original file line number Diff line number Diff line change 1- ARG build_image=84codes/crystal:1.13.2 -fedora-39
1+ ARG build_image=84codes/crystal:1.15.1 -fedora-39
22
33FROM $build_image AS builder
44RUN dnf install -y --nodocs --setopt=install_weak_deps=False --repo=fedora,updates \
Original file line number Diff line number Diff line change 1- ARG image=84codes/crystal:1.13.2 -debian-11
1+ ARG image=84codes/crystal:1.15.1 -debian-11
22FROM $image AS builder
33RUN apt-get update && \
44 env DEBIAN_FRONTEND=noninteractive apt-get install -y dpkg help2man lintian
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ development_dependencies:
1818 ameba :
1919 github : crystal-ameba/ameba
2020
21- crystal : 1.13.2
21+ crystal : 1.15.1
2222license : MIT
Original file line number Diff line number Diff line change 1- FROM 84codes/crystal:1.13.2 -ubuntu-22.04
1+ FROM 84codes/crystal:1.15.1 -ubuntu-22.04
22
33RUN apt-get update && apt-get install -y rabbitmq-server
44
Original file line number Diff line number Diff line change 1- FROM 84codes/crystal:1.13.2 -alpine AS builder
1+ FROM 84codes/crystal:1.15.1 -alpine AS builder
22WORKDIR /usr/src/amqproxy
33COPY shard.yml shard.lock ./
44RUN shards install --production
You can’t perform that action at this time.
0 commit comments