Skip to content
Open
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 apps/doplarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


FROM ghcr.io/trueforge-org/java21:21.0.8@sha256:cdd419956faed2ddfa580879a302e6c45d2c4fff53fad383cbfc7de87155a43d
FROM ghcr.io/trueforge-org/java21:21.0.8@sha256:c83fcf0ee321b6426b9249e9a79672bdab77dbcc71c543146ebc758935442f20
ARG TARGETARCH
ARG VENDOR
ARG VERSION
Expand All @@ -15,5 +15,5 @@


USER apps
COPY --chmod=0755 . /

Check warning on line 18 in apps/doplarr/Dockerfile

View workflow job for this annotation

GitHub Actions / Build doplarr / Build (linux/amd64)

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/

Check warning on line 18 in apps/doplarr/Dockerfile

View workflow job for this annotation

GitHub Actions / Build doplarr / Build (linux/arm64)

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/
WORKDIR /config
Loading