Skip to content

Commit

Permalink
fix: user proper keywords casing in Dockerfile
Browse files Browse the repository at this point in the history
Fix warning when building the epubcheck Docker image[1]
(Docker server version: 27.0.3, API version: 1.46):

> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2)

[1]: https://docs.docker.com/reference/build-checks/from-as-casing/
  • Loading branch information
naglis authored and rdeltour committed Dec 29, 2024
1 parent f27958c commit 9724484
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,5 +1,5 @@
# build the epubcheck.jar file
FROM maven:slim as builder
FROM maven:slim AS builder

WORKDIR /app
COPY . .
Expand Down

0 comments on commit 9724484

Please sign in to comment.