Skip to content

Commit 04953d9

Browse files
authored
Merge pull request #3064 from iv-org/crystal1.4.1
bump to crystal 1.4.1
2 parents 5800844 + 64fe4de commit 04953d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:1.4.0-alpine AS builder
1+
FROM crystallang/crystal:1.4.1-alpine AS builder
22
RUN apk add --no-cache sqlite-static yaml-static
33

44
ARG release

docker/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:edge AS builder
2-
RUN apk add --no-cache 'crystal=1.4.0-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
2+
RUN apk add --no-cache 'crystal=1.4.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
33

44
ARG release
55

0 commit comments

Comments
 (0)