Skip to content

Commit bf1942c

Browse files
authored
ci: fix path to ny_tlc_report script and linter (#475)
1 parent d3d11a0 commit bf1942c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/docker/Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal AS builder
1+
# We want to automatically use the latest. We also don't tag our images with a version.
2+
# hadolint ignore=DL3007
3+
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS builder
24
LABEL maintainer="Stackable GmbH"
35

46
WORKDIR /jobs
57

6-
COPY ny_tlc_report.py .
8+
COPY apps/ny_tlc_report.py .

0 commit comments

Comments
 (0)