Skip to content

Commit

Permalink
Pin to crystal 1.13.2 in docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun committed Aug 25, 2024
1 parent 2535067 commit a48447b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 84codes/crystal:latest-alpine AS builder
FROM 84codes/crystal:1.13.2-alpine AS builder
WORKDIR /tmp
COPY shard.yml shard.lock ./
RUN shards install --production
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rpm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG build_image=84codes/crystal:latest-fedora-39
ARG build_image=84codes/crystal:1.13.2-fedora-39

FROM $build_image AS builder
RUN dnf install -y --nodocs --setopt=install_weak_deps=False --repo=fedora,updates \
Expand Down
2 changes: 1 addition & 1 deletion deb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG image=84codes/crystal:latest-debian-11
ARG image=84codes/crystal:1.13.2-debian-11
FROM $image AS builder
RUN apt-get update && \
env DEBIAN_FRONTEND=noninteractive apt-get install -y dpkg help2man lintian
Expand Down
2 changes: 1 addition & 1 deletion spec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 84codes/crystal:latest-ubuntu-22.04
FROM 84codes/crystal:1.13.2-ubuntu-22.04

RUN apt-get update && apt-get install -y rabbitmq-server

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

0 comments on commit a48447b

Please sign in to comment.