Skip to content

Commit

Permalink
Fix docker build issue #79 by using crystallang/crystal:latest-alpine…
Browse files Browse the repository at this point in the history
… as builder base image
  • Loading branch information
sweharris committed Nov 15, 2023
1 parent b6aec80 commit 29f45a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:1.2.2-alpine AS builder
FROM crystallang/crystal:latest-alpine AS builder
RUN apk update && apk upgrade && apk add sqlite-static
WORKDIR /build/
ARG version
Expand Down

0 comments on commit 29f45a0

Please sign in to comment.