mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
Upgrade Crystal version to 0.34.0
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user