Skip to content

Commit 8ecf0c3

Browse files
committed
Update 5.30/Dockerfile.fedora
1 parent 64a9257 commit 8ecf0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.30/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LABEL summary="$SUMMARY" \
3333
version="$VERSION" \
3434
maintainer="SoftwareCollections.org <sclorg@redhat.com>" \
3535
help="For more information visit https://github.com/sclorg/s2i-${NAME}-container" \
36-
usage="s2i build <SOURCE-REPOSITORY> centos/${NAME}-${PERL_SHORT_VER}-centos8:latest <APP-NAME>"
36+
usage="s2i build <SOURCE-REPOSITORY> fedora/${NAME}-${PERL_SHORT_VER}:latest <APP-NAME>"
3737

3838
RUN INSTALL_PKGS="perl perl-devel mod_perl perl-CPAN perl-App-cpanminus httpd python2" && \
3939
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \

0 commit comments

Comments
 (0)