Skip to content

Commit

Permalink
Fix indentation in Dockerfile.rpmbuild IF statements
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Nov 30, 2023
1 parent 9147410 commit 42fe8df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder-support/dockerfiles/Dockerfile.rpmbuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ ARG DROGON_VERSION=v1.7.4
@IF [ "$BUILDER_RHEL_VERSION" = "7" ]
ARG DROGON_VERSION=v1.7.4
@ENDIF
@ENDIF
@IF [ "$BUILDER_RHEL_FLAVOUR" != "amazon" ]
@IF [ "$BUILDER_RHEL_VERSION" != "7" ]
ARG DROGON_VERSION=v1.9.1
@ENDIF
Expand Down

0 comments on commit 42fe8df

Please sign in to comment.