Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 as downloader

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker build / Docker Build (Test)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

WORKDIR /workdir

Expand All @@ -13,7 +13,7 @@
chmod +x crowdin && \
mv ${CROWDIN_VERSION}/crowdin-cli.jar .

FROM ibm-semeru-runtimes:open-17-jre-jammy@sha256:18f277a88ca2b08a4cd57c0e19670dcf31aeeff476c67e6e51546e4ecc474264
FROM ibm-semeru-runtimes:open-17-jre-jammy@sha256:786b5389c497b9a594c6403785976c9dd8a4b63a8f6d390a03fe54e8d355fd4b

WORKDIR /usr/crowdin-project

Expand Down