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 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:bb2aa40578b4f6d61a43d477759a4b4eb254ee83f2bf6950ed8e55813e994ef3
FROM ghcr.io/trueforge-org/java21:21.0.8@sha256:1501a7a85f3300078dbb390398ce4c7f5358b33ef650f51c4ad8e51618fe5d9a
ARG TARGETARCH
ARG VENDOR
ARG VERSION
Expand All @@ -13,7 +13,7 @@
chmod -R u=rwX,go=rX /app \
&& chown -R apps:apps /app

COPY . /

Check warning on line 16 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 16 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/

USER apps:apps
WORKDIR /config