Skip to content
Closed
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/aws-signing-helper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.22.1
FROM alpine:3.22.3

ARG TARGETARCH
ARG ARCH=${TARGETARCH/arm64/Aarch64}
Expand Down Expand Up @@ -26,7 +26,7 @@
&& chown nobody:nogroup -R /config \
&& rm -rf /tmp/*

COPY . /

Check warning on line 29 in apps/aws-signing-helper/Dockerfile

View workflow job for this annotation

GitHub Actions / Build aws-signing-helper / 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/

Check warning on line 29 in apps/aws-signing-helper/Dockerfile

View workflow job for this annotation

GitHub Actions / Build aws-signing-helper / 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/

USER nobody:nogroup
WORKDIR /config
Expand Down
Loading