mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Upgrade Crystal version to 0.34.0
This commit is contained in:
parent
e670a083a3
commit
c572c56a39
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: crystallang/crystal:0.32.1-alpine
|
||||
image: crystallang/crystal:0.34.0-alpine
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM crystallang/crystal:0.32.1-alpine AS builder
|
||||
FROM crystallang/crystal:0.34.0-alpine AS builder
|
||||
|
||||
WORKDIR /Mango
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user