We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6229d commit 06dc6ddCopy full SHA for 06dc6dd
.tool-versions
@@ -1,4 +1,4 @@
1
-crystal 1.18.0
+crystal 1.18.2
2
mint 0.20.0
3
nodejs 20.10.0
4
yarn 1.22.19
Dockerfile
@@ -1,5 +1,5 @@
# We are using crystal as image we are building the binary on
-FROM crystallang/crystal:1.18.0-alpine AS build
+FROM crystallang/crystal:1.18.2-alpine AS build
# Create a build directory and set it as default
5
RUN mkdir -p /opt/mint
docker-compose.yml
@@ -6,7 +6,7 @@
6
version: "2"
7
services:
8
app:
9
- image: crystallang/crystal:1.18.0-alpine
+ image: crystallang/crystal:1.18.2-alpine
10
working_dir: /app
11
volumes:
12
- .:/app
0 commit comments