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:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b 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:bad5e4e8620702ced6c0ee087399bee2c30b6620ae9b47f724bcd13ffc7adba7
FROM ibm-semeru-runtimes:open-17-jre-jammy@sha256:d513e5b1d91a6844f07df3d6d6ed459db6ab1d4e6de3e22cff6c5d195b224e4a

WORKDIR /usr/crowdin-project

Expand Down