Skip to content

Commit

Permalink
Fix clearlinux/httpd reference in cgit
Browse files Browse the repository at this point in the history
  • Loading branch information
bryteise committed Jun 14, 2024
1 parent c943435 commit f348aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN swupd update --no-boot-update -V $clear_ver $swupd_args

# Grab os-release info from the minimal base image so
# that the new content matches the exact OS version
COPY --from=clearlinux/httpd:latest /usr/lib/os-release /
COPY --from=httpd /usr/lib/os-release /

# Install additional content in a target directory
# using the os version from the minimal base
Expand Down

0 comments on commit f348aa4

Please sign in to comment.