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
Expand Up @@ -16,14 +16,14 @@
# Tool versions (managed by Renovate)
ARG FLUX_VERSION=2.7.3
ARG CARVEL_YTT_VERSION=0.52.1
ARG CARVEL_IMGPKG_VERSION=0.46.1
ARG CARVEL_IMGPKG_VERSION=0.47.0
ARG ORAS_VERSION=1.3.0

COPY scripts/* /scripts/
COPY requirements.txt /requirements.txt

# hadolint ignore=DL3017,DL3018,DL3013
RUN chmod +x /scripts/* \

Check failure on line 26 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

SC2018 info: Use '[:lower:]' to support accents and foreign alphabets.
&& apk --update upgrade \
&& apk add --no-cache --update \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
Expand Down