Skip to content

Commit c08bdfd

Browse files
coreosbotdustymabe
authored andcommittedMar 4, 2022
Dockerfile: bump nocache line 🪴
Triggered by bump-nocache-line GitHub workflow.
1 parent d5f1623 commit c08bdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN rm -rfv /usr/lib/coreos-assembler /usr/bin/coreos-assembler
1010
COPY ./src/print-dependencies.sh ./src/deps*.txt ./src/vmdeps*.txt ./src/build-deps.txt /root/containerbuild/src/
1111
COPY ./build.sh /root/containerbuild/
1212
RUN ./build.sh configure_yum_repos
13-
RUN ./build.sh install_rpms # nocache 02/17/22
13+
RUN ./build.sh install_rpms # nocache 03/03/22
1414

1515
# This allows Prow jobs for other projects to use our cosa image as their
1616
# buildroot image (so clonerefs can copy the repo into `/go`). For cosa itself,

0 commit comments

Comments
 (0)
Please sign in to comment.