Skip to content

Commit

Permalink
bump to crystal 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Apr 29, 2022
1 parent 5800844 commit 64fe4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
@@ -1,4 +1,4 @@
FROM crystallang/crystal:1.4.0-alpine AS builder
FROM crystallang/crystal:1.4.1-alpine AS builder
RUN apk add --no-cache sqlite-static yaml-static

ARG release
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm64
@@ -1,5 +1,5 @@
FROM alpine:edge AS builder
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
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

ARG release

Expand Down

0 comments on commit 64fe4de

Please sign in to comment.