Skip to content

Commit

Permalink
Take care of warning from Docker
Browse files Browse the repository at this point in the history
> FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
  • Loading branch information
walro committed Nov 6, 2024
1 parent c057382 commit 7809919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tar.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 84codes/crystal:1.5.0-alpine-latest as build-stage
FROM 84codes/crystal:1.5.0-alpine-latest AS build-stage
WORKDIR /tmp
COPY shard.yml shard.lock README.md LICENSE ./
RUN shards install --production
Expand Down

0 comments on commit 7809919

Please sign in to comment.